diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2019-12-24 02:37:08 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2019-12-24 02:37:08 +0100 |
commit | 75d0cef20dbc522e6217a5765f21bfa841aff89b (patch) | |
tree | 1f3e5b74b05ea2e6789c9a35ea395b0b3ab62518 /lisp/progmodes/prolog.el | |
parent | ee12c421b61218a868712f66b0176c451e20717e (diff) | |
download | emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.gz emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.bz2 emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.zip |
Trivial docstring fixes
* ChangeLog.3:
* lisp/emacs-lisp/cl-macs.el (cl-flet):
* lisp/filesets.el (filesets-menu-ensure-use-cached):
* lisp/progmodes/compile.el (compilation-context-lines):
* lisp/progmodes/prolog.el (prolog-paren-indent):
* lisp/progmodes/sql.el (sql-password-search-wallet-function):
Fix typos in docstrings.
* lisp/cedet/semantic/analyze.el (semantic-analyze-push-error):
Doc fix.
* lisp/emacs-lisp/map.el (map-put, map-info): Refill docstring.
(map-contains-key): Fix typo.
(map-every-p): Doc fix.
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r-- | lisp/progmodes/prolog.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)." (defcustom prolog-paren-indent 4 "The indentation increase for parenthesis expressions. -Only used in ( If -> Then ; Else) and ( Disj1 ; Disj2 ) style expressions." +Only used in ( If -> Then ; Else ) and ( Disj1 ; Disj2 ) style expressions." :version "24.1" :group 'prolog-indentation :type 'integer |