Fix quoting style in Lisp comments
* lisp/textmodes/rst.el: * lisp/progmodes/elisp-mode.el (elisp--xref-find-definitions): * lisp/org/org.el: * lisp/org/org-list.el (org-list-to-generic): * lisp/org/org-compat.el: * lisp/hexl.el (hexl-ascii-region): * lisp/emacs-lisp/lisp-mode.el: * lisp/calendar/calendar.el: In comments, quote 'like this'.
This commit is contained in:
parent
1ccc31eff5
commit
ff4de1bd88
8 changed files with 20 additions and 20 deletions
|
@ -624,7 +624,7 @@ Value for `adaptive-fill-function'."
|
|||
(if (looking-at "\\s-+\"[^\n\"]+\"\\s-*$") ""))
|
||||
|
||||
;; Maybe this should be discouraged/obsoleted and users should be
|
||||
;; encouraged to use `lisp-data-mode' instead.
|
||||
;; encouraged to use 'lisp-data-mode' instead.
|
||||
(defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive
|
||||
elisp)
|
||||
"Common initialization routine for lisp modes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue