diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/rcirc.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-sql.el | 2 | ||||
-rw-r--r-- | lisp/org/org-datetree.el | 4 | ||||
-rw-r--r-- | lisp/org/org-table.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 127290e5988..5c785daa8a2 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -20,7 +20,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <httpss://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/lisp/org/ob-sql.el b/lisp/org/ob-sql.el index 9250825d4e5..1b1d2dc09d3 100644 --- a/lisp/org/ob-sql.el +++ b/lisp/org/ob-sql.el @@ -127,7 +127,7 @@ SQL Server on Windows and Linux platform." " ")) (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" (mapconcat #'identity (delq nil diff --git a/lisp/org/org-datetree.el b/lisp/org/org-datetree.el index 308f42ff6cf..6d1926bc15e 100644 --- a/lisp/org/org-datetree.el +++ b/lisp/org/org-datetree.el @@ -54,7 +54,7 @@ Added time stamp is active unless value is `inactive'." "Find or create an entry for date D. 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 -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." (setq-local org-datetree-base-level 1) (save-restriction @@ -94,7 +94,7 @@ will be built under the headline at point." Compared to `org-datetree-find-date-create' this function creates entries ordered by week instead of months. 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." (setq-local org-datetree-base-level 1) (save-restriction diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index ae437908643..66907e2cd9c 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -5131,7 +5131,7 @@ information." (column ;; Call costly `org-export-table-cell-address' only if ;; 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))) (list efmt hfmt fmt)) '(1+ (cdr (org-export-table-cell-address cell info)))))) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 14598bcafb9..2a867bb3655 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -3592,7 +3592,7 @@ so that `occur-next' and `occur-prev' will work." If `sh-use-smie' is non-nil, call `smie-config-guess'. Otherwise, run the sh-script specific indent learning command, as -decribed below. +described below. Output in buffer \"*indent*\" shows any lines which have conflicting values of a variable, and the final value of all variables learned. |