Browse Source

Backport commit bbda601d1 from Emacs

; Spelling fixes
bbda601d1d4e125c9d3c374b56eee3e2e9623f1d
Paul Eggert
Fri Sep 29 16:41:50 2017 -0700
Paul Eggert 8 years ago
parent
commit
5d3e17bf85
4 changed files with 10 additions and 10 deletions
  1. 6 6
      etc/ORG-NEWS
  2. 1 1
      lisp/ob-sql.el
  3. 2 2
      lisp/org-datetree.el
  4. 1 1
      lisp/org-table.el

+ 6 - 6
etc/ORG-NEWS

@@ -50,8 +50,8 @@ You can now find them here :
 - https://github.com/org-mime/org-mime
 - https://github.com/org-mime/org-mime
 
 
 *** Change ~org-texinfo-classes~ value
 *** Change ~org-texinfo-classes~ value
-The value cannot support functions to create sectionning commands
-anymore.  Also, the sectionning commands should include commands for
+The value cannot support functions to create sectioning commands
+anymore.  Also, the sectioning commands should include commands for
 appendices.  See the docstring for more information.
 appendices.  See the docstring for more information.
 *** Removal of ~:sitemap-sans-extension~
 *** Removal of ~:sitemap-sans-extension~
 
 
@@ -159,7 +159,7 @@ developers to prepend code to the scheme block being processed.
 Multiple ~:prologue~ headers can be added each of them using a string
 Multiple ~:prologue~ headers can be added each of them using a string
 with the content to be added.
 with the content to be added.
 
 
-The scheme blocks are prepared by surronding the code in the block
+The scheme blocks are prepared by surrounding the code in the block
 with a let form. The content of the ~:prologue~ headers are prepended
 with a let form. The content of the ~:prologue~ headers are prepended
 before this let form.
 before this let form.
 
 
@@ -280,7 +280,7 @@ argument for the scope of the clock table.
 Global table of contents are generated using vanilla Markdown syntax
 Global table of contents are generated using vanilla Markdown syntax
 instead of HTML.  Also #+TOC keyword, including local table of
 instead of HTML.  Also #+TOC keyword, including local table of
 contents, are now supported.
 contents, are now supported.
-**** Add Slovanian translations
+**** Add Slovenian translations
 **** Implement ~org-export-insert-image-links~
 **** Implement ~org-export-insert-image-links~
 This new function is meant to be used in back-ends supporting images
 This new function is meant to be used in back-ends supporting images
 as descriptions of links, a.k.a. image links.  See its docstring for
 as descriptions of links, a.k.a. image links.  See its docstring for
@@ -467,7 +467,7 @@ far away in the future.
 *** Save point before opening a file with an unknown search option
 *** Save point before opening a file with an unknown search option
 
 
 When following a file link with a search option (e.g., =::#custom-id=)
 When following a file link with a search option (e.g., =::#custom-id=)
-that doesn't exist in the target file, save positon before raising an
+that doesn't exist in the target file, save position before raising an
 error.  As a consequence, it is possible to jump back to the original
 error.  As a consequence, it is possible to jump back to the original
 document with ~org-mark-ring-goto~ (default binding =C-c &=).
 document with ~org-mark-ring-goto~ (default binding =C-c &=).
 
 
@@ -479,7 +479,7 @@ See docstring for details.
 
 
 This variable is a ~defcustom~ and replaces the variable
 This variable is a ~defcustom~ and replaces the variable
 ~org-babel-capitalize-example-region-markers~, which is a ~defvar~ and
 ~org-babel-capitalize-example-region-markers~, which is a ~defvar~ and
-is now obselete.
+is now obsolete.
 *** =INCLUDE= keywords in commented trees are now ignored.
 *** =INCLUDE= keywords in commented trees are now ignored.
 *** Default value for ~org-texinfo-text-markup-alist~ changed.
 *** Default value for ~org-texinfo-text-markup-alist~ changed.
 
 

+ 1 - 1
lisp/ob-sql.el

@@ -127,7 +127,7 @@ SQL Server on Windows and Linux platform."
 	     " "))
 	     " "))
 
 
 (defun org-babel-sql-dbstring-sqsh (host user password database)
 (defun org-babel-sql-dbstring-sqsh (host user password database)
-  "Make sqsh commmand line args for database connection.
+  "Make sqsh command line args for database connection.
 \"sqsh\" is one method to access Sybase or MS SQL via Linux platform"
 \"sqsh\" is one method to access Sybase or MS SQL via Linux platform"
   (mapconcat #'identity
   (mapconcat #'identity
              (delq nil
              (delq nil

+ 2 - 2
lisp/org-datetree.el

@@ -54,7 +54,7 @@ Added time stamp is active unless value is `inactive'."
   "Find or create an entry for date D.
   "Find or create an entry for date D.
 If KEEP-RESTRICTION is non-nil, do not widen the buffer.
 If KEEP-RESTRICTION is non-nil, do not widen the buffer.
 When it is nil, the buffer will be widened to make sure an existing date
 When it is nil, the buffer will be widened to make sure an existing date
-tree can be found.  If it is the sympol `subtree-at-point', then the tree
+tree can be found.  If it is the symbol `subtree-at-point', then the tree
 will be built under the headline at point."
 will be built under the headline at point."
   (setq-local org-datetree-base-level 1)
   (setq-local org-datetree-base-level 1)
   (save-restriction
   (save-restriction
@@ -94,7 +94,7 @@ will be built under the headline at point."
 Compared to `org-datetree-find-date-create' this function creates
 Compared to `org-datetree-find-date-create' this function creates
 entries ordered by week instead of months.
 entries ordered by week instead of months.
 When it is nil, the buffer will be widened to make sure an existing date
 When it is nil, the buffer will be widened to make sure an existing date
-tree can be found.  If it is the sympol `subtree-at-point', then the tree
+tree can be found.  If it is the symbol `subtree-at-point', then the tree
 will be built under the headline at point."
 will be built under the headline at point."
   (setq-local org-datetree-base-level 1)
   (setq-local org-datetree-base-level 1)
   (save-restriction
   (save-restriction

+ 1 - 1
lisp/org-table.el

@@ -5133,7 +5133,7 @@ information."
 	     (column
 	     (column
 	      ;; Call costly `org-export-table-cell-address' only if
 	      ;; Call costly `org-export-table-cell-address' only if
 	      ;; absolutely necessary, i.e., if one
 	      ;; absolutely necessary, i.e., if one
-	      ;; of :fmt :efmt :hmft has a "plist type" value.
+	      ;; of :fmt :efmt :hfmt has a "plist type" value.
 	      ,(and (cl-some (lambda (v) (integerp (car-safe v)))
 	      ,(and (cl-some (lambda (v) (integerp (car-safe v)))
 			     (list efmt hfmt fmt))
 			     (list efmt hfmt fmt))
 		    '(1+ (cdr (org-export-table-cell-address cell info))))))
 		    '(1+ (cdr (org-export-table-cell-address cell info))))))