diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:12:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:14:50 +0200 |
commit | dd1220b96972d77e5bbe1094586514bae63fe1eb (patch) | |
tree | 1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/lisp-mode.el | |
parent | 11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff) | |
download | emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz |
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index b3b1efc8d2d..eac3c03cd1e 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -627,7 +627,7 @@ Value for `adaptive-fill-function'." ;; encouraged to use 'lisp-data-mode' instead. (defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive elisp) - "Common initialization routine for lisp modes. + "Common initialization routine for Lisp modes. The LISP-SYNTAX argument is used by code in inf-lisp.el and is \(uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el. KEYWORDS-CASE-INSENSITIVE non-nil means that for |