aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/rcirc.el2
-rw-r--r--lisp/org/ob-sql.el2
-rw-r--r--lisp/org/org-datetree.el4
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/progmodes/sh-script.el2
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 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <httpss://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
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."
127 " ")) 127 " "))
128 128
129(defun org-babel-sql-dbstring-sqsh (host user password database) 129(defun org-babel-sql-dbstring-sqsh (host user password database)
130 "Make sqsh commmand line args for database connection. 130 "Make sqsh command line args for database connection.
131\"sqsh\" is one method to access Sybase or MS SQL via Linux platform" 131\"sqsh\" is one method to access Sybase or MS SQL via Linux platform"
132 (mapconcat #'identity 132 (mapconcat #'identity
133 (delq nil 133 (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'."
54 "Find or create an entry for date D. 54 "Find or create an entry for date D.
55If KEEP-RESTRICTION is non-nil, do not widen the buffer. 55If KEEP-RESTRICTION is non-nil, do not widen the buffer.
56When it is nil, the buffer will be widened to make sure an existing date 56When it is nil, the buffer will be widened to make sure an existing date
57tree can be found. If it is the sympol `subtree-at-point', then the tree 57tree can be found. If it is the symbol `subtree-at-point', then the tree
58will be built under the headline at point." 58will be built under the headline at point."
59 (setq-local org-datetree-base-level 1) 59 (setq-local org-datetree-base-level 1)
60 (save-restriction 60 (save-restriction
@@ -94,7 +94,7 @@ will be built under the headline at point."
94Compared to `org-datetree-find-date-create' this function creates 94Compared to `org-datetree-find-date-create' this function creates
95entries ordered by week instead of months. 95entries ordered by week instead of months.
96When it is nil, the buffer will be widened to make sure an existing date 96When it is nil, the buffer will be widened to make sure an existing date
97tree can be found. If it is the sympol `subtree-at-point', then the tree 97tree can be found. If it is the symbol `subtree-at-point', then the tree
98will be built under the headline at point." 98will be built under the headline at point."
99 (setq-local org-datetree-base-level 1) 99 (setq-local org-datetree-base-level 1)
100 (save-restriction 100 (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."
5131 (column 5131 (column
5132 ;; Call costly `org-export-table-cell-address' only if 5132 ;; Call costly `org-export-table-cell-address' only if
5133 ;; absolutely necessary, i.e., if one 5133 ;; absolutely necessary, i.e., if one
5134 ;; of :fmt :efmt :hmft has a "plist type" value. 5134 ;; of :fmt :efmt :hfmt has a "plist type" value.
5135 ,(and (cl-some (lambda (v) (integerp (car-safe v))) 5135 ,(and (cl-some (lambda (v) (integerp (car-safe v)))
5136 (list efmt hfmt fmt)) 5136 (list efmt hfmt fmt))
5137 '(1+ (cdr (org-export-table-cell-address cell info)))))) 5137 '(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."
3592 3592
3593If `sh-use-smie' is non-nil, call `smie-config-guess'. 3593If `sh-use-smie' is non-nil, call `smie-config-guess'.
3594Otherwise, run the sh-script specific indent learning command, as 3594Otherwise, run the sh-script specific indent learning command, as
3595decribed below. 3595described below.
3596 3596
3597Output in buffer \"*indent*\" shows any lines which have conflicting 3597Output in buffer \"*indent*\" shows any lines which have conflicting
3598values of a variable, and the final value of all variables learned. 3598values of a variable, and the final value of all variables learned.