aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorGlenn Morris2019-12-25 07:50:19 -0800
committerGlenn Morris2019-12-25 07:50:19 -0800
commit2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09 (patch)
tree3317f66921cf3cd0d787816217bfd056e2bc2a3f /lisp/progmodes
parent93d4725f9ceabfaf40e75ecf2e28b67789741941 (diff)
parentca6a53d3bc91d6fef9aa872495ab74298ce91bee (diff)
downloademacs-2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09.tar.gz
emacs-2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09.zip
Merge from origin/emacs-27
ca6a53d3bc Don't default to showing X-Faces externally in Gnus dbf4b5b2d0 Fix manual typo in Special Read Syntax a9fe6dfa90 Fix problem with emacs -nw / eww / svg 0de63092c8 Clarify base64 requirements and say what {en,de}code_codin... 6184aa003f ; * etc/NEWS: Fix boring oddities. 51ea32dd12 * src/emacs-module.h.in: Add reference to manual. 75d0cef20d Trivial docstring fixes ee12c421b6 imagemagick-types needs to initialize ImageMagick # Conflicts: # etc/NEWS
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el2
-rw-r--r--lisp/progmodes/prolog.el2
-rw-r--r--lisp/progmodes/sql.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 197d52b2dea..718e6e44e04 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -2629,7 +2629,7 @@ region and the first line of the next region."
2629 "Display this many lines of leading context before the current message. 2629 "Display this many lines of leading context before the current message.
2630If nil or t, and the left fringe is displayed, don't scroll the 2630If nil or t, and the left fringe is displayed, don't scroll the
2631compilation output window; an arrow in the left fringe points to 2631compilation output window; an arrow in the left fringe points to
2632the current message. With no left fringe, If nil, the message 2632the current message. With no left fringe, if nil, the message
2633scrolls to the top of the window; there is no arrow. If t, don't 2633scrolls to the top of the window; there is no arrow. If t, don't
2634scroll the compilation output window at all; an arrow before 2634scroll the compilation output window at all; an arrow before
2635column zero points to the current message." 2635column zero points to the current message."
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 4665500349a..d79c589955c 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -381,7 +381,7 @@ terms (if this variable is nil, default)."
381 381
382(defcustom prolog-paren-indent 4 382(defcustom prolog-paren-indent 4
383 "The indentation increase for parenthesis expressions. 383 "The indentation increase for parenthesis expressions.
384Only used in ( If -> Then ; Else) and ( Disj1 ; Disj2 ) style expressions." 384Only used in ( If -> Then ; Else ) and ( Disj1 ; Disj2 ) style expressions."
385 :version "24.1" 385 :version "24.1"
386 :group 'prolog-indentation 386 :group 'prolog-indentation
387 :type 'integer 387 :type 'integer
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index aa42873a3dd..7a51739c5f3 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -860,7 +860,7 @@ The specified function will be called as:
860 (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT) 860 (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT)
861 861
862It is expected to return either a string containing the password, 862It is expected to return either a string containing the password,
863a function returning the password, or nil, If you want to support 863a function returning the password, or nil. If you want to support
864another format of password file, then implement a different 864another format of password file, then implement a different
865search wallet function and identify the location of the password 865search wallet function and identify the location of the password
866store with `sql-password-wallet'.") 866store with `sql-password-wallet'.")