aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-04-22 16:17:22 +0200
committerLars Ingebrigtsen2022-04-22 16:17:22 +0200
commitbbf389ea6deab229ba18dc519fe712ec982609d1 (patch)
tree73f1f24195357163f93f5a9cb5fc9475eec0da57
parent16dfec3c4ccafb2ec7b9a428fb2730ca8f0202fd (diff)
downloademacs-bbf389ea6deab229ba18dc519fe712ec982609d1.tar.gz
emacs-bbf389ea6deab229ba18dc519fe712ec982609d1.zip
Audit quoting the quote character in doc strings
* test/src/regex-emacs-tests.el (regex-tests-compare): (regex-tests-compare): (regex-tests-match): * test/lisp/xml-tests.el (xml-parse-tests--qnames): * test/lisp/mh-e/mh-thread-tests.el (mh-thread-tests-before-from): * test/lisp/cedet/srecode-utest-template.el (srecode-utest-map-reset): * test/lisp/calc/calc-tests.el (calc-tests-equal): * lisp/window.el (get-lru-window): (get-mru-window): (get-largest-window): (quit-restore-window): (display-buffer): * lisp/vc/vc-rcs.el (vc-rcs-consult-headers): * lisp/url/url-auth.el (url-digest-auth-build-response): * lisp/tutorial.el (tutorial--find-changed-keys): * lisp/transient.el (transient-suffix-object): * lisp/textmodes/rst.el (rst-insert-list-new-item): * lisp/textmodes/bibtex.el (bibtex-clean-entry): * lisp/tab-bar.el (tab-bar--key-to-number): (toggle-frame-tab-bar): * lisp/ses.el (ses-recalculate-cell): (ses-define-local-printer): (ses-prin1): * lisp/progmodes/xref.el (xref--find-ignores-arguments): * lisp/progmodes/verilog-mode.el (verilog-single-declaration-end): * lisp/progmodes/tcl.el (tcl-mode-hook): * lisp/progmodes/gdb-mi.el (gdb-get-buffer-create): * lisp/progmodes/elisp-mode.el (elisp--xref-make-xref): * lisp/play/dunnet.el (dun-room-objects): * lisp/outline.el (outline--cycle-state): * lisp/org/ox-publish.el (org-publish-find-property): * lisp/org/ox-html.el (org-html--unlabel-latex-environment): * lisp/org/org-table.el (org-table-collapse-header): * lisp/org/org-plot.el (org--plot/prime-factors): * lisp/org/org-agenda.el (org-agenda--mark-blocked-entry): (org-agenda-set-restriction-lock): * lisp/org/ob-lua.el (org-babel-lua-read-string): * lisp/org/ob-julia.el (org-babel-julia-evaluate-external-process): (org-babel-julia-evaluate-session): * lisp/org/ob-core.el (org-babel-default-header-args): * lisp/obsolete/mouse-sel.el (mouse-select): (mouse-select-secondary): * lisp/net/tramp.el (tramp-methods): * lisp/net/eww.el (eww-accept-content-types): * lisp/net/dictionary-connection.el (dictionary-connection-status): * lisp/minibuffer.el (completion-flex--make-flex-pattern): * lisp/mh-e/mh-mime.el (mh-have-file-command): * lisp/mh-e/mh-limit.el (mh-subject-to-sequence): (mh-subject-to-sequence-threaded): (mh-subject-to-sequence-unthreaded): * lisp/mail/feedmail.el (feedmail-queue-buffer-file-name): (feedmail-vm-mail-mode): * lisp/ls-lisp.el (ls-lisp--sanitize-switches): * lisp/keymap.el (key-valid-p): * lisp/international/ccl.el (ccl-compile-branch-blocks): * lisp/image/image-converter.el (image-convert): * lisp/gnus/spam.el (spam-backend-check): * lisp/gnus/nnselect.el (nnselect-generate-artlist): * lisp/gnus/nnmairix.el (nnmairix-widget-other): * lisp/gnus/message.el (message-mailto): * lisp/gnus/gnus-sum.el (gnus-collect-urls-from-article): * lisp/gnus/gnus-search.el (gnus-search-prepare-query): * lisp/frame.el (frame-size-history): * lisp/eshell/esh-var.el (eshell-parse-variable-ref): * lisp/eshell/em-dirs.el (eshell-expand-multiple-dots): * lisp/erc/erc-backend.el (erc-bounds-of-word-at-point): * lisp/emulation/cua-rect.el (cua--rectangle-operation): * lisp/emacs-lisp/text-property-search.el (text-property-search-forward): * lisp/emacs-lisp/package.el (package-desc-suffix): * lisp/emacs-lisp/faceup.el (faceup-test-explain): * lisp/emacs-lisp/comp.el (comp-curr-allocation-class): (comp-alloc-class-to-container): (comp-add-cstrs): (comp-remove-type-hints-func): (batch-byte+native-compile): * lisp/emacs-lisp/cl-macs.el (cl--optimize): * lisp/elec-pair.el (electric-pair--syntax-ppss): * lisp/doc-view.el (doc-view-doc-type): * lisp/cedet/semantic/symref.el (semantic-symref-tool-alist): (semantic-symref-hit-to-tag-via-db): (semantic-symref-hit-to-tag-via-buffer): * lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-get-overlay): * lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map): * lisp/cedet/semantic/find.el (semantic-brute-find-tag-by-function): * lisp/cedet/semantic/db.el (semanticdb-project-predicate-functions): * lisp/cedet/semantic.el (semantic-working-type): * lisp/cedet/ede/files.el (ede-flush-directory-hash): * lisp/calc/calc.el (calc--header-line): * lisp/auth-source.el (auth-source-pick-first-password): (auth-source--decode-octal-string): * etc/themes/modus-themes.el (modus-themes--paren): (modus-themes--agenda-habit): * admin/cus-test.el (cus-test-vars-with-changed-state): Fix quoting in doc strings. In code examples, the ' character is quoted with \\=, and regularize 'foo to `foo', and quote strings like "foo" instead of 'foo'.
-rw-r--r--admin/cus-test.el2
-rw-r--r--etc/themes/modus-themes.el8
-rw-r--r--lisp/auth-source.el4
-rw-r--r--lisp/calc/calc.el2
-rw-r--r--lisp/cedet/ede/files.el2
-rw-r--r--lisp/cedet/semantic.el4
-rw-r--r--lisp/cedet/semantic/db.el2
-rw-r--r--lisp/cedet/semantic/find.el2
-rw-r--r--lisp/cedet/semantic/java.el2
-rw-r--r--lisp/cedet/semantic/lex-spp.el2
-rw-r--r--lisp/cedet/semantic/symref.el6
-rw-r--r--lisp/doc-view.el4
-rw-r--r--lisp/elec-pair.el2
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
-rw-r--r--lisp/emacs-lisp/comp.el12
-rw-r--r--lisp/emacs-lisp/faceup.el2
-rw-r--r--lisp/emacs-lisp/package.el6
-rw-r--r--lisp/emacs-lisp/text-property-search.el2
-rw-r--r--lisp/emulation/cua-rect.el2
-rw-r--r--lisp/erc/erc-backend.el2
-rw-r--r--lisp/eshell/em-dirs.el2
-rw-r--r--lisp/eshell/esh-var.el2
-rw-r--r--lisp/frame.el2
-rw-r--r--lisp/gnus/gnus-search.el4
-rw-r--r--lisp/gnus/gnus-sum.el2
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/nnmairix.el2
-rw-r--r--lisp/gnus/nnselect.el4
-rw-r--r--lisp/gnus/spam.el2
-rw-r--r--lisp/image/image-converter.el2
-rw-r--r--lisp/international/ccl.el2
-rw-r--r--lisp/keymap.el8
-rw-r--r--lisp/ls-lisp.el2
-rw-r--r--lisp/mail/feedmail.el4
-rw-r--r--lisp/mh-e/mh-limit.el6
-rw-r--r--lisp/mh-e/mh-mime.el2
-rw-r--r--lisp/minibuffer.el2
-rw-r--r--lisp/net/dictionary-connection.el8
-rw-r--r--lisp/net/eww.el2
-rw-r--r--lisp/net/tramp.el2
-rw-r--r--lisp/obsolete/mouse-sel.el4
-rw-r--r--lisp/org/ob-core.el2
-rw-r--r--lisp/org/ob-julia.el8
-rw-r--r--lisp/org/ob-lua.el2
-rw-r--r--lisp/org/org-agenda.el4
-rw-r--r--lisp/org/org-plot.el2
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/org/ox-html.el2
-rw-r--r--lisp/org/ox-publish.el2
-rw-r--r--lisp/outline.el2
-rw-r--r--lisp/play/dunnet.el2
-rw-r--r--lisp/progmodes/elisp-mode.el2
-rw-r--r--lisp/progmodes/gdb-mi.el2
-rw-r--r--lisp/progmodes/tcl.el2
-rw-r--r--lisp/progmodes/verilog-mode.el8
-rw-r--r--lisp/progmodes/xref.el2
-rw-r--r--lisp/ses.el12
-rw-r--r--lisp/tab-bar.el4
-rw-r--r--lisp/textmodes/bibtex.el2
-rw-r--r--lisp/textmodes/rst.el2
-rw-r--r--lisp/transient.el2
-rw-r--r--lisp/tutorial.el2
-rw-r--r--lisp/url/url-auth.el4
-rw-r--r--lisp/vc/vc-rcs.el6
-rw-r--r--lisp/window.el16
-rw-r--r--test/lisp/calc/calc-tests.el2
-rw-r--r--test/lisp/cedet/srecode-utest-template.el2
-rw-r--r--test/lisp/mh-e/mh-thread-tests.el2
-rw-r--r--test/lisp/xml-tests.el2
-rw-r--r--test/src/regex-emacs-tests.el12
70 files changed, 125 insertions, 125 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 8f0914ff691..5894abed3df 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -156,7 +156,7 @@ Names should be as they appear in loaddefs.el.")
156 "Set by `cus-test-apropos' to a list of options with :get property.") 156 "Set by `cus-test-apropos' to a list of options with :get property.")
157 157
158(defvar cus-test-vars-with-changed-state nil 158(defvar cus-test-vars-with-changed-state nil
159 "Set by `cus-test-apropos' to a list of options with state 'changed.") 159 "Set by `cus-test-apropos' to a list of options with state \\='changed.")
160 160
161(defvar cus-test-deps-errors nil 161(defvar cus-test-deps-errors nil
162 "List of require/load problems found by `cus-test-deps'.") 162 "List of require/load problems found by `cus-test-deps'.")
diff --git a/etc/themes/modus-themes.el b/etc/themes/modus-themes.el
index adec113bd21..1c522239508 100644
--- a/etc/themes/modus-themes.el
+++ b/etc/themes/modus-themes.el
@@ -3368,10 +3368,10 @@ theme's fallback text color."
3368 3368
3369(defun modus-themes--paren (normalbg intensebg) 3369(defun modus-themes--paren (normalbg intensebg)
3370 "Conditional use of intense colors for matching parentheses. 3370 "Conditional use of intense colors for matching parentheses.
3371NORMALBG should be the special palette color 'bg-paren-match' or 3371NORMALBG should be the special palette color `bg-paren-match' or
3372something similar. INTENSEBG must be easier to discern next to 3372something similar. INTENSEBG must be easier to discern next to
3373other backgrounds, such as the special palette color 3373other backgrounds, such as the special palette color
3374'bg-paren-match-intense'." 3374`bg-paren-match-intense'."
3375 (let ((properties (modus-themes--list-or-warn 'modus-themes-paren-match))) 3375 (let ((properties (modus-themes--list-or-warn 'modus-themes-paren-match)))
3376 (list :inherit 3376 (list :inherit
3377 (if (memq 'bold properties) 3377 (if (memq 'bold properties)
@@ -3637,8 +3637,8 @@ clearly distinguishes past, present, future tasks."
3637(defun modus-themes--agenda-habit (default traffic simple &optional default-d traffic-d simple-d) 3637(defun modus-themes--agenda-habit (default traffic simple &optional default-d traffic-d simple-d)
3638 "Specify background values for `modus-themes-org-agenda' habits. 3638 "Specify background values for `modus-themes-org-agenda' habits.
3639DEFAULT is the original foregrounc color. TRAFFIC is to be used 3639DEFAULT is the original foregrounc color. TRAFFIC is to be used
3640when the 'traffic-light' style is applied, while SIMPLE 3640when the `traffic-light' style is applied, while SIMPLE
3641corresponds to the 'simplified style'. 3641corresponds to the \"simplified style\".
3642 3642
3643Optional DEFAULT-D, TRAFFIC-D, SIMPLE-D are alternatives to the 3643Optional DEFAULT-D, TRAFFIC-D, SIMPLE-D are alternatives to the
3644main colors, meant for dopia when `modus-themes-deuteranopia' is 3644main colors, meant for dopia when `modus-themes-deuteranopia' is
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index cd135bd2e2c..fc62e36dfc2 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -867,7 +867,7 @@ while \(:host t) would find all host entries."
867 secret))) 867 secret)))
868 868
869(defun auth-source-pick-first-password (&rest spec) 869(defun auth-source-pick-first-password (&rest spec)
870 "Pick the first secret found by applying 'auth-source-search' to SPEC." 870 "Pick the first secret found by applying `auth-source-search' to SPEC."
871 (auth-info-password (car (apply #'auth-source-search (plist-put spec :max 1))))) 871 (auth-info-password (car (apply #'auth-source-search (plist-put spec :max 1)))))
872 872
873(defun auth-source-format-prompt (prompt alist) 873(defun auth-source-format-prompt (prompt alist)
@@ -1958,7 +1958,7 @@ entries for git.gnus.org:
1958 1958
1959 1959
1960(defun auth-source--decode-octal-string (string) 1960(defun auth-source--decode-octal-string (string)
1961 "Convert octal STRING to utf-8 string. E.g: 'a\134b' to 'a\b'." 1961 "Convert octal STRING to utf-8 string. E.g: \"a\134b\" to \"a\b\"."
1962 (let ((list (string-to-list string)) 1962 (let ((list (string-to-list string))
1963 (size (length string))) 1963 (size (length string)))
1964 (decode-coding-string 1964 (decode-coding-string
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 2c139a02385..523f51533a1 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1375,7 +1375,7 @@ Notations: 3.14e6 3.14 * 10^6
1375 1375
1376LONG is a desired text for a wide window, SHORT is a desired 1376LONG is a desired text for a wide window, SHORT is a desired
1377abbreviated text, and width is the buffer width, which will be 1377abbreviated text, and width is the buffer width, which will be
1378some fraction of the 'parent' window width (At the time of 1378some fraction of the \"parent\" window width (At the time of
1379writing, 2/3 for calc, 1/3 for trail). The optional FUDGE is a 1379writing, 2/3 for calc, 1/3 for trail). The optional FUDGE is a
1380trial-and-error adjustment number for the edge-cases at the 1380trial-and-error adjustment number for the edge-cases at the
1381border of the two cases." 1381border of the two cases."
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el
index 3b9002a6e31..b8acb192c17 100644
--- a/lisp/cedet/ede/files.el
+++ b/lisp/cedet/ede/files.el
@@ -257,7 +257,7 @@ If optional EXACT is non-nil, only return exact matches for DIR."
257(defun ede-flush-directory-hash () 257(defun ede-flush-directory-hash ()
258 "Flush the project directory hash. 258 "Flush the project directory hash.
259Do this only when developing new projects that are incorrectly putting 259Do this only when developing new projects that are incorrectly putting
260'nomatch tokens into the hash." 260`nomatch' tokens into the hash."
261 (interactive) 261 (interactive)
262 (setq ede-project-directory-hash (make-hash-table :test 'equal)) 262 (setq ede-project-directory-hash (make-hash-table :test 'equal))
263 ;; Also slush the current project's locator hash. 263 ;; Also slush the current project's locator hash.
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el
index dc6751db6cf..78002dd8abc 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -497,8 +497,8 @@ is requested."
497 497
498(defvar semantic-working-type 'percent 498(defvar semantic-working-type 'percent
499 "The type of working message to use when parsing. 499 "The type of working message to use when parsing.
500'percent means we are doing a linear parse through the buffer. 500`percent' means we are doing a linear parse through the buffer.
501'dynamic means we are reparsing specific tags.") 501`dynamic' means we are reparsing specific tags.")
502 502
503(defvar semantic-minimum-working-buffer-size (* 1024 5) 503(defvar semantic-minimum-working-buffer-size (* 1024 5)
504 "The minimum size of a buffer before working messages are displayed. 504 "The minimum size of a buffer before working messages are displayed.
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el
index 7f25a848918..82785ec6d2e 100644
--- a/lisp/cedet/semantic/db.el
+++ b/lisp/cedet/semantic/db.el
@@ -729,7 +729,7 @@ Exit the save between databases if there is user input."
729(defvar semanticdb-project-predicate-functions nil 729(defvar semanticdb-project-predicate-functions nil
730 "List of predicates to try that indicate a directory belongs to a project. 730 "List of predicates to try that indicate a directory belongs to a project.
731This list is used when `semanticdb-persistent-path' contains the value 731This list is used when `semanticdb-persistent-path' contains the value
732'project. If the predicate list is nil, then presume all paths are valid. 732`project'. If the predicate list is nil, then presume all paths are valid.
733 733
734Project Management software (such as EDE and JDE) should add their own 734Project Management software (such as EDE and JDE) should add their own
735predicates with `add-hook' to this variable, and semanticdb will save tag 735predicates with `add-hook' to this variable, and semanticdb will save tag
diff --git a/lisp/cedet/semantic/find.el b/lisp/cedet/semantic/find.el
index e894022315f..92644ce0066 100644
--- a/lisp/cedet/semantic/find.el
+++ b/lisp/cedet/semantic/find.el
@@ -591,7 +591,7 @@ in the new list.
591If optional argument SEARCH-PARTS is non-nil, all sub-parts of tags 591If optional argument SEARCH-PARTS is non-nil, all sub-parts of tags
592are searched. The overloadable function `semantic-tag-components' is 592are searched. The overloadable function `semantic-tag-components' is
593used for the searching child lists. If SEARCH-PARTS is the symbol 593used for the searching child lists. If SEARCH-PARTS is the symbol
594'positiononly, then only children that have positional information are 594`positiononly', then only children that have positional information are
595searched. 595searched.
596 596
597If SEARCH-INCLUDES has not been implemented. 597If SEARCH-INCLUDES has not been implemented.
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el
index a7c02032e22..9b70afd0a33 100644
--- a/lisp/cedet/semantic/java.el
+++ b/lisp/cedet/semantic/java.el
@@ -391,7 +391,7 @@ That is TAG `symbol-name' without the leading `@'."
391Return the list of FUN results. If optional PROPERTY is non-nil only 391Return the list of FUN results. If optional PROPERTY is non-nil only
392call FUN for javadoc keywords which have a value for PROPERTY. FUN 392call FUN for javadoc keywords which have a value for PROPERTY. FUN
393receives two arguments: the javadoc keyword and its associated 393receives two arguments: the javadoc keyword and its associated
394'javadoc property list. It can return any value. All nil values are 394`javadoc' property list. It can return any value. All nil values are
395removed from the result list." 395removed from the result list."
396 (delq nil 396 (delq nil
397 (mapcar 397 (mapcar
diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el
index 26a3b39f0d6..57e59f4e9fe 100644
--- a/lisp/cedet/semantic/lex-spp.el
+++ b/lisp/cedet/semantic/lex-spp.el
@@ -726,7 +726,7 @@ Returns position with the end of that macro."
726 (point)))))) 726 (point))))))
727 727
728(defun semantic-lex-spp-get-overlay (&optional point) 728(defun semantic-lex-spp-get-overlay (&optional point)
729 "Return first overlay which has a 'semantic-spp property." 729 "Return first overlay which has a `semantic-spp' property."
730 (let ((overlays (overlays-at (or point (point))))) 730 (let ((overlays (overlays-at (or point (point)))))
731 (while (and overlays 731 (while (and overlays
732 (null (overlay-get (car overlays) 'semantic-spp))) 732 (null (overlay-get (car overlays) 'semantic-spp)))
diff --git a/lisp/cedet/semantic/symref.el b/lisp/cedet/semantic/symref.el
index ba236059f66..e48cefa4ca6 100644
--- a/lisp/cedet/semantic/symref.el
+++ b/lisp/cedet/semantic/symref.el
@@ -101,7 +101,7 @@ Where PREDICATE is a function that takes a directory name for the
101root of a project, and returns non-nil if the tool represented by KEY 101root of a project, and returns non-nil if the tool represented by KEY
102is supported. 102is supported.
103 103
104If no tools are supported, then 'grep is assumed.") 104If no tools are supported, then `grep' is assumed.")
105 105
106(defun semantic-symref-calculate-rootdir () 106(defun semantic-symref-calculate-rootdir ()
107 "Calculate the root directory for a symref search. 107 "Calculate the root directory for a symref search.
@@ -475,7 +475,7 @@ already."
475Return the Semantic tag associated with HIT. 475Return the Semantic tag associated with HIT.
476SEARCHTXT is the text that is being searched for. 476SEARCHTXT is the text that is being searched for.
477Used to narrow the in-buffer search. 477Used to narrow the in-buffer search.
478SEARCHTYPE is the type of search (such as 'symbol or 'tagname). 478SEARCHTYPE is the type of search (such as `symbol' or `tagname').
479If there is no database, or if the searchtype is wrong, return nil." 479If there is no database, or if the searchtype is wrong, return nil."
480 ;; Allowed search types for this mechanism: 480 ;; Allowed search types for this mechanism:
481 ;; tagname, tagregexp, tagcompletions 481 ;; tagname, tagregexp, tagcompletions
@@ -506,7 +506,7 @@ If there is no database, or if the searchtype is wrong, return nil."
506Return the Semantic tag associated with HIT. 506Return the Semantic tag associated with HIT.
507SEARCHTXT is the text that is being searched for. 507SEARCHTXT is the text that is being searched for.
508Used to narrow the in-buffer search. 508Used to narrow the in-buffer search.
509SEARCHTYPE is the type of search (such as 'symbol or 'tagname). 509SEARCHTYPE is the type of search (such as `symbol' or `tagname').
510Optional OPEN-BUFFERS, when nil will use a faster version of 510Optional OPEN-BUFFERS, when nil will use a faster version of
511`find-file' when a file needs to be opened. If non-nil, then 511`find-file' when a file needs to be opened. If non-nil, then
512normal buffer initialization will be used. 512normal buffer initialization will be used.
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 10adc9fcc9b..e8698fad7e7 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -234,8 +234,8 @@ Higher values result in larger images."
234 234
235(defvar doc-view-doc-type nil 235(defvar doc-view-doc-type nil
236 "The type of document in the current buffer. 236 "The type of document in the current buffer.
237Can be `dvi', `pdf', `ps', `djvu', `odf', 'epub', `cbz', `fb2', 237Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2',
238`'xps' or `oxps'.") 238`xps' or `oxps'.")
239 239
240;; FIXME: The doc-view-current-* definitions below are macros because they 240;; FIXME: The doc-view-current-* definitions below are macros because they
241;; map to accessors which we want to use via `setf' as well! 241;; map to accessors which we want to use via `setf' as well!
diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el
index c3fd90e5bfd..231dcdeb980 100644
--- a/lisp/elec-pair.el
+++ b/lisp/elec-pair.el
@@ -256,7 +256,7 @@ cache is flushed from position START, defaulting to point."
256(defun electric-pair--syntax-ppss (&optional pos where) 256(defun electric-pair--syntax-ppss (&optional pos where)
257 "Like `syntax-ppss', but sometimes fallback to `parse-partial-sexp'. 257 "Like `syntax-ppss', but sometimes fallback to `parse-partial-sexp'.
258 258
259WHERE is a list defaulting to '(string comment) and indicates 259WHERE is a list defaulting to \\='(string comment) and indicates
260when to fallback to `parse-partial-sexp'." 260when to fallback to `parse-partial-sexp'."
261 (let* ((pos (or pos (point))) 261 (let* ((pos (or pos (point)))
262 (where (or where '(string comment))) 262 (where (or where '(string comment)))
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 364b5120a0a..c2f8c4d009c 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -2560,7 +2560,7 @@ values. For compatibility, (cl-values A B C) is a synonym for (list A B C).
2560 (push x defun-declarations-alist))) 2560 (push x defun-declarations-alist)))
2561 2561
2562(defun cl--optimize (f _args &rest qualities) 2562(defun cl--optimize (f _args &rest qualities)
2563 "Serve 'cl-optimize' in function declarations. 2563 "Serve `cl-optimize' in function declarations.
2564Example: 2564Example:
2565(defun foo (x) 2565(defun foo (x)
2566 (declare (cl-optimize (speed 3) (safety 0))) 2566 (declare (cl-optimize (speed 3) (safety 0)))
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 00efedd71f3..237de52884b 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -238,7 +238,7 @@ native compilation runs.")
238 238
239(defvar comp-curr-allocation-class 'd-default 239(defvar comp-curr-allocation-class 'd-default
240 "Current allocation class. 240 "Current allocation class.
241Can be one of: 'd-default', 'd-impure' or 'd-ephemeral'. See `comp-ctxt'.") 241Can be one of: `d-default', `d-impure' or `d-ephemeral'. See `comp-ctxt'.")
242 242
243(defconst comp-passes '(comp-spill-lap 243(defconst comp-passes '(comp-spill-lap
244 comp-limplify 244 comp-limplify
@@ -1023,7 +1023,7 @@ To be used by all entry points."
1023 1023
1024(defun comp-alloc-class-to-container (alloc-class) 1024(defun comp-alloc-class-to-container (alloc-class)
1025 "Given ALLOC-CLASS, return the data container for the current context. 1025 "Given ALLOC-CLASS, return the data container for the current context.
1026Assume allocation class 'd-default as default." 1026Assume allocation class `d-default' as default."
1027 (cl-struct-slot-value 'comp-ctxt (or alloc-class 'd-default) comp-ctxt)) 1027 (cl-struct-slot-value 'comp-ctxt (or alloc-class 'd-default) comp-ctxt))
1028 1028
1029(defsubst comp-add-const-to-relocs (obj) 1029(defsubst comp-add-const-to-relocs (obj)
@@ -2633,8 +2633,8 @@ TARGET-BB-SYM is the symbol name of the target block."
2633 do (comp-emit-call-cstr target insn-cell cstr))))))) 2633 do (comp-emit-call-cstr target insn-cell cstr)))))))
2634 2634
2635(defun comp-add-cstrs (_) 2635(defun comp-add-cstrs (_)
2636 "Rewrite conditional branches adding appropriate 'assume' insns. 2636 "Rewrite conditional branches adding appropriate `assume' insns.
2637This is introducing and placing 'assume' insns in use by fwprop 2637This is introducing and placing `assume' insns in use by fwprop
2638to propagate conditional branch test information on target basic 2638to propagate conditional branch test information on target basic
2639blocks." 2639blocks."
2640 (maphash (lambda (_ f) 2640 (maphash (lambda (_ f)
@@ -3482,7 +3482,7 @@ Return the list of m-var ids nuked."
3482 3482
3483(defun comp-remove-type-hints-func () 3483(defun comp-remove-type-hints-func ()
3484 "Remove type hints from the current function. 3484 "Remove type hints from the current function.
3485These are substituted with a normal 'set' op." 3485These are substituted with a normal `set' op."
3486 (cl-loop 3486 (cl-loop
3487 for b being each hash-value of (comp-func-blocks comp-func) 3487 for b being each hash-value of (comp-func-blocks comp-func)
3488 do (comp-loop-insn-in-block b 3488 do (comp-loop-insn-in-block b
@@ -4217,7 +4217,7 @@ Generate .elc files in addition to the .eln files.
4217Force the produced .eln to be outputted in the eln system 4217Force the produced .eln to be outputted in the eln system
4218directory (the last entry in `native-comp-eln-load-path') unless 4218directory (the last entry in `native-comp-eln-load-path') unless
4219`native-compile-target-directory' is non-nil. If the environment 4219`native-compile-target-directory' is non-nil. If the environment
4220variable 'NATIVE_DISABLED' is set, only byte compile." 4220variable \"NATIVE_DISABLED\" is set, only byte compile."
4221 (comp-ensure-native-compiler) 4221 (comp-ensure-native-compiler)
4222 (if (equal (getenv "NATIVE_DISABLED") "1") 4222 (if (equal (getenv "NATIVE_DISABLED") "1")
4223 (batch-byte-compile) 4223 (batch-byte-compile)
diff --git a/lisp/emacs-lisp/faceup.el b/lisp/emacs-lisp/faceup.el
index 77689f434c2..b44132dcead 100644
--- a/lisp/emacs-lisp/faceup.el
+++ b/lisp/emacs-lisp/faceup.el
@@ -1006,7 +1006,7 @@ which could be defined as:
1006 (defun my-test-explain (args...) 1006 (defun my-test-explain (args...)
1007 (let ((faceup-test-explain t)) 1007 (let ((faceup-test-explain t))
1008 (the-test args...))) 1008 (the-test args...)))
1009 (put 'my-test 'ert-explainer 'my-test-explain) 1009 (put \\='my-test \\='ert-explainer \\='my-test-explain)
1010 1010
1011Alternative, you can use the macro `faceup-defexplainer' as follows: 1011Alternative, you can use the macro `faceup-defexplainer' as follows:
1012 1012
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index f6aad64d358..7f2c427c2ee 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -566,9 +566,9 @@ This is the name of the package with its version appended."
566 "Return file-name extension of package-desc object PKG-DESC. 566 "Return file-name extension of package-desc object PKG-DESC.
567Depending on the `package-desc-kind' of PKG-DESC, this is one of: 567Depending on the `package-desc-kind' of PKG-DESC, this is one of:
568 568
569 'single - \".el\" 569 \\='single - \".el\"
570 'tar - \".tar\" 570 \\='tar - \".tar\"
571 'dir - \"\" 571 \\='dir - \"\"
572 572
573Signal an error if the kind is none of the above." 573Signal an error if the kind is none of the above."
574 (pcase (package-desc-kind pkg-desc) 574 (pcase (package-desc-kind pkg-desc)
diff --git a/lisp/emacs-lisp/text-property-search.el b/lisp/emacs-lisp/text-property-search.el
index 2494e948078..d11980f4f45 100644
--- a/lisp/emacs-lisp/text-property-search.el
+++ b/lisp/emacs-lisp/text-property-search.el
@@ -47,7 +47,7 @@ match if is not `equal' to VALUE. Furthermore, a nil PREDICATE
47means that the match region is ended if the value changes. For 47means that the match region is ended if the value changes. For
48instance, this means that if you loop with 48instance, this means that if you loop with
49 49
50 (while (setq prop (text-property-search-forward 'face)) 50 (while (setq prop (text-property-search-forward \\='face))
51 ...) 51 ...)
52 52
53you will get all distinct regions with non-nil `face' values in 53you will get all distinct regions with non-nil `face' values in
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index e399fd0fbf3..a7f3d5fe14c 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -572,7 +572,7 @@ Only call fct for visible lines if VISIBLE==t.
572Set undo boundary if UNDO is non-nil. 572Set undo boundary if UNDO is non-nil.
573Rectangle is padded if PAD = t or numeric and (cua--rectangle-virtual-edges) 573Rectangle is padded if PAD = t or numeric and (cua--rectangle-virtual-edges)
574Perform auto-tabify after operation if TABIFY is non-nil. 574Perform auto-tabify after operation if TABIFY is non-nil.
575Mark is kept if keep-clear is 'keep and cleared if keep-clear is 'clear." 575Mark is kept if keep-clear is `keep' and cleared if keep-clear is `clear'."
576 (declare (indent 4)) 576 (declare (indent 4))
577 (let* ((inhibit-field-text-motion t) 577 (let* ((inhibit-field-text-motion t)
578 (start (cua--rectangle-top)) 578 (start (cua--rectangle-top))
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index 398fe6cc9e7..4b21711da42 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -464,7 +464,7 @@ If POS is out of range, the value is nil."
464(defun erc-bounds-of-word-at-point () 464(defun erc-bounds-of-word-at-point ()
465 "Return the bounds of word at point, or nil if we're not at a word. 465 "Return the bounds of word at point, or nil if we're not at a word.
466If no `subword-mode' is active, then this is 466If no `subword-mode' is active, then this is
467\(bounds-of-thing-at-point 'word)." 467\(bounds-of-thing-at-point \\='word)."
468 (if (or (erc-word-at-arg-p (point)) 468 (if (or (erc-word-at-arg-p (point))
469 (erc-word-at-arg-p (1- (point)))) 469 (erc-word-at-arg-p (1- (point))))
470 (save-excursion 470 (save-excursion
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el
index 3998026d7f4..5396044d8ca 100644
--- a/lisp/eshell/em-dirs.el
+++ b/lisp/eshell/em-dirs.el
@@ -313,7 +313,7 @@ With the following piece of advice, you can make this functionality
313available in most of Emacs, with the exception of filename completion 313available in most of Emacs, with the exception of filename completion
314in the minibuffer: 314in the minibuffer:
315 315
316 (advice-add 'expand-file-name :around #'my-expand-multiple-dots) 316 (advice-add \\='expand-file-name :around #\\='my-expand-multiple-dots)
317 (defun my-expand-multiple-dots (orig-fun filename &rest args) 317 (defun my-expand-multiple-dots (orig-fun filename &rest args)
318 (apply orig-fun (eshell-expand-multiple-dots filename) args))" 318 (apply orig-fun (eshell-expand-multiple-dots filename) args))"
319 (while (string-match "\\(?:\\`\\|/\\)\\.\\.\\(\\.+\\)\\(?:\\'\\|/\\)" 319 (while (string-match "\\(?:\\`\\|/\\)\\.\\.\\(\\.+\\)\\(?:\\'\\|/\\)"
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index ca4cbd744c1..3c6bcc753c2 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -422,7 +422,7 @@ Possible options are:
422 422
423 NAME an environment or Lisp variable value 423 NAME an environment or Lisp variable value
424 \"LONG-NAME\" disambiguates the length of the name 424 \"LONG-NAME\" disambiguates the length of the name
425 'LONG-NAME' as above 425 `LONG-NAME' as above
426 {COMMAND} result of command is variable's value 426 {COMMAND} result of command is variable's value
427 (LISP-FORM) result of Lisp form is variable's value 427 (LISP-FORM) result of Lisp form is variable's value
428 <COMMAND> write the output of command to a temporary file; 428 <COMMAND> write the output of command to a temporary file;
diff --git a/lisp/frame.el b/lisp/frame.el
index 7b19b8b5d32..83e67dac4e5 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1727,7 +1727,7 @@ to the selected frame.
1727Storing information about resize operations is off by default. 1727Storing information about resize operations is off by default.
1728If you set the variable `frame-size-history' like this 1728If you set the variable `frame-size-history' like this
1729 1729
1730(setq frame-size-history '(100)) 1730(setq frame-size-history \\='(100))
1731 1731
1732then Emacs will save information about the next 100 significant 1732then Emacs will save information about the next 100 significant
1733operations affecting any frame's size in that variable. This 1733operations affecting any frame's size in that variable. This
diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el
index 6c70257f42f..17724c3a514 100644
--- a/lisp/gnus/gnus-search.el
+++ b/lisp/gnus/gnus-search.el
@@ -2125,9 +2125,9 @@ Assume \"size\" key is equal to \"larger\"."
2125(defun gnus-search-prepare-query (query-spec) 2125(defun gnus-search-prepare-query (query-spec)
2126 "Accept a search query in raw format, and prepare it. 2126 "Accept a search query in raw format, and prepare it.
2127QUERY-SPEC is an alist produced by functions such as 2127QUERY-SPEC is an alist produced by functions such as
2128`gnus-group-make-search-group', and contains at least a 'query 2128`gnus-group-make-search-group', and contains at least a `query'
2129key, and possibly some meta keys. This function extracts any 2129key, and possibly some meta keys. This function extracts any
2130additional meta keys from the 'query string, and parses the 2130additional meta keys from the `query' string, and parses the
2131remaining string, then adds all that to the top-level spec." 2131remaining string, then adds all that to the top-level spec."
2132 (let ((query (alist-get 'query query-spec)) 2132 (let ((query (alist-get 'query query-spec))
2133 val) 2133 val)
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 62efacfd6e2..d2221eb41c8 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -9447,7 +9447,7 @@ The 1st element is the button named by `gnus-collect-urls-primary-text'."
9447 9447
9448(defun gnus-collect-urls-from-article () 9448(defun gnus-collect-urls-from-article ()
9449 "Select the article and return the list of URLs in it. 9449 "Select the article and return the list of URLs in it.
9450See 'gnus-collect-urls'." 9450See `gnus-collect-urls'."
9451 (gnus-summary-select-article) 9451 (gnus-summary-select-article)
9452 (gnus-with-article-buffer 9452 (gnus-with-article-buffer
9453 (article-goto-body) 9453 (article-goto-body)
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 30734b8f1ad..cc994d3ba59 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -9008,7 +9008,7 @@ used to take the screenshot."
9008This is meant to be used for MIME handlers: Setting the handler 9008This is meant to be used for MIME handlers: Setting the handler
9009for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\" 9009for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\"
9010will then start up Emacs ready to compose mail. For emacsclient use 9010will then start up Emacs ready to compose mail. For emacsclient use
9011 emacsclient -e '(message-mailto \"%u\")'" 9011 emacsclient -e \\='(message-mailto \"%u\")'"
9012 (interactive) 9012 (interactive)
9013 ;; <a href="mailto:someone@example.com?subject=This%20is%20the%20subject&cc=someone_else@example.com&body=This%20is%20the%20body">Send email</a> 9013 ;; <a href="mailto:someone@example.com?subject=This%20is%20the%20subject&cc=someone_else@example.com&body=This%20is%20the%20body">Send email</a>
9014 (message-mail) 9014 (message-mail)
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index 4e8e329f983..8c811b0c6c0 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -333,7 +333,7 @@ this might lead to problems, especially when used with marks propagation."
333(defvar nnmairix-widget-other 333(defvar nnmairix-widget-other
334 '(threads flags) 334 '(threads flags)
335 "Other editable mairix commands when using customization widgets. 335 "Other editable mairix commands when using customization widgets.
336Currently there are 'threads and 'flags.") 336Currently there are `threads' and `flags'.")
337 337
338(defvar nnmairix-interactive-query-parameters 338(defvar nnmairix-interactive-query-parameters
339 '((?f "from" "f" "From") (?t "to" "t" "To") (?c "to" "tc" "To or Cc") 339 '((?f "from" "f" "From") (?t "to" "t" "To") (?c "to" "tc" "To or Cc")
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index 89ddd608979..cdbfa0b5910 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -269,8 +269,8 @@ If this variable is nil, or if the provided function returns nil,
269 269
270(defun nnselect-generate-artlist (group &optional specs) 270(defun nnselect-generate-artlist (group &optional specs)
271 "Generate the artlist for GROUP using SPECS. 271 "Generate the artlist for GROUP using SPECS.
272SPECS should be an alist including an 'nnselect-function and an 272SPECS should be an alist including an `nnselect-function' and an
273'nnselect-args. The former applied to the latter should create 273`nnselect-args'. The former applied to the latter should create
274the artlist. If SPECS is nil retrieve the specs from the group 274the artlist. If SPECS is nil retrieve the specs from the group
275parameters." 275parameters."
276 (let* ((specs 276 (let* ((specs
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el
index 297576288bb..5af29c0a246 100644
--- a/lisp/gnus/spam.el
+++ b/lisp/gnus/spam.el
@@ -852,7 +852,7 @@ The value nil means that the check does not yield a decision, and
852so, that further checks are needed. The value t means that the 852so, that further checks are needed. The value t means that the
853message is definitely not spam, and that further spam checks 853message is definitely not spam, and that further spam checks
854should be inhibited. Otherwise, a mailgroup name or the symbol 854should be inhibited. Otherwise, a mailgroup name or the symbol
855'spam (depending on `spam-split-symbolic-return') is returned where 855`spam' (depending on `spam-split-symbolic-return') is returned where
856the mail should go, and further checks are also inhibited. The 856the mail should go, and further checks are also inhibited. The
857usual mailgroup name is the value of `spam-split-group', meaning 857usual mailgroup name is the value of `spam-split-group', meaning
858that the message is definitely a spam." 858that the message is definitely a spam."
diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el
index a339e95ab4a..7914d28c293 100644
--- a/lisp/image/image-converter.el
+++ b/lisp/image/image-converter.el
@@ -109,7 +109,7 @@ To pass in image data, IMAGE should a string containing the image
109data, and IMAGE-FORMAT should be a symbol with a MIME format name 109data, and IMAGE-FORMAT should be a symbol with a MIME format name
110like \"image/webp\". For instance: 110like \"image/webp\". For instance:
111 111
112 (image-convert data-string 'image/bmp) 112 (image-convert data-string \\='image/bmp)
113 113
114IMAGE can also be an image object as returned by `create-image'. 114IMAGE can also be an image object as returned by `create-image'.
115 115
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index 9188e3d6ae4..c7d883276db 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -577,7 +577,7 @@ Return register which holds a value of the expression."
577 (ccl-check-register expr cmd))) 577 (ccl-check-register expr cmd)))
578 578
579(defun ccl-compile-branch-blocks (code rrr blocks) 579(defun ccl-compile-branch-blocks (code rrr blocks)
580 "Compile BLOCKs of BRANCH statement. CODE is 'branch or 'read-branch. 580 "Compile BLOCKs of BRANCH statement. CODE is `branch' or `read-branch'.
581REG is a register which holds a value of EXPRESSION part. BLOCKs 581REG is a register which holds a value of EXPRESSION part. BLOCKs
582is a list of CCL-BLOCKs." 582is a list of CCL-BLOCKs."
583 (let ((branches (length blocks)) 583 (let ((branches (length blocks))
diff --git a/lisp/keymap.el b/lisp/keymap.el
index c0fdf8721b2..db37d80b363 100644
--- a/lisp/keymap.el
+++ b/lisp/keymap.el
@@ -306,10 +306,10 @@ number of characters have a special shorthand syntax.
306 306
307Here's some example key sequences. 307Here's some example key sequences.
308 308
309 \"f\" (the key 'f') 309 \"f\" (the key `f')
310 \"S o m\" (a three key sequence of the keys 'S', 'o' and 'm') 310 \"S o m\" (a three key sequence of the keys `S', `o' and `m')
311 \"C-c o\" (a two key sequence of the keys 'c' with the control modifier 311 \"C-c o\" (a two key sequence of the keys `c' with the control modifier
312 and then the key 'o') 312 and then the key `o')
313 \"H-<left>\" (the key named \"left\" with the hyper modifier) 313 \"H-<left>\" (the key named \"left\" with the hyper modifier)
314 \"M-RET\" (the \"return\" key with a meta modifier) 314 \"M-RET\" (the \"return\" key with a meta modifier)
315 \"C-M-<space>\" (the \"space\" key with both the control and meta modifiers) 315 \"C-M-<space>\" (the \"space\" key with both the control and meta modifiers)
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 7a4be3c7e4c..33dd98ef8d2 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -891,7 +891,7 @@ All ls time options, namely c, t and u, are handled."
891 nil) 891 nil)
892 892
893(defun ls-lisp--sanitize-switches (switches) 893(defun ls-lisp--sanitize-switches (switches)
894 "Convert long options of GNU 'ls' to their short form. 894 "Convert long options of GNU \"ls\" to their short form.
895Conversion is done only for flags supported by ls-lisp. 895Conversion is done only for flags supported by ls-lisp.
896Long options not supported by ls-lisp are removed. 896Long options not supported by ls-lisp are removed.
897Supported options are: A a B C c F G g h i n R r S s t U u v X. 897Supported options are: A a B C c F G g h i n R r S s t U u v X.
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 32edc292619..35e9f73f8cf 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -1317,7 +1317,7 @@ feedmail-queue-buffer-file-name is restored to nil.
1317 1317
1318Example advice for mail-send: 1318Example advice for mail-send:
1319 1319
1320 (advice-add 'mail-send :around #'my-feedmail-mail-send-advice) 1320 (advice-add \\='mail-send :around #\\='my-feedmail-mail-send-advice)
1321 (defun my-feedmail-mail-send-advice (orig-fun &rest args) 1321 (defun my-feedmail-mail-send-advice (orig-fun &rest args)
1322 (let ((feedmail-queue-buffer-file-name buffer-file-name) 1322 (let ((feedmail-queue-buffer-file-name buffer-file-name)
1323 (buffer-file-name nil)) 1323 (buffer-file-name nil))
@@ -1742,7 +1742,7 @@ applied to a file after you've just read it from disk: for example, a
1742feedmail FQM message file from a queue. You could use something like 1742feedmail FQM message file from a queue. You could use something like
1743this: 1743this:
1744 1744
1745 (add-to-list 'auto-mode-alist \\='(\"\\\\.fqm\\\\\\='\" . feedmail-vm-mail-mode))" 1745 (add-to-list \\='auto-mode-alist \\='(\"\\\\.fqm\\\\\\='\" . feedmail-vm-mail-mode))"
1746 (feedmail-say-debug ">in-> feedmail-vm-mail-mode") 1746 (feedmail-say-debug ">in-> feedmail-vm-mail-mode")
1747 (let ((the-buf (current-buffer))) 1747 (let ((the-buf (current-buffer)))
1748 (vm-mail) 1748 (vm-mail)
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el
index a2ea7610139..3e731e22a1f 100644
--- a/lisp/mh-e/mh-limit.el
+++ b/lisp/mh-e/mh-limit.el
@@ -143,7 +143,7 @@ Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command."
143;;; Support Routines 143;;; Support Routines
144 144
145(defun mh-subject-to-sequence (all) 145(defun mh-subject-to-sequence (all)
146 "Put all following messages with same subject in sequence 'subject. 146 "Put all following messages with same subject in sequence `subject'.
147If arg ALL is t, move to beginning of folder buffer to collect all 147If arg ALL is t, move to beginning of folder buffer to collect all
148messages. 148messages.
149If arg ALL is nil, collect only messages from current one on forward. 149If arg ALL is nil, collect only messages from current one on forward.
@@ -161,7 +161,7 @@ Return number of messages put in the sequence:
161 (mh-subject-to-sequence-unthreaded all))) 161 (mh-subject-to-sequence-unthreaded all)))
162 162
163(defun mh-subject-to-sequence-threaded (all) 163(defun mh-subject-to-sequence-threaded (all)
164 "Put all messages with the same subject in the 'subject sequence. 164 "Put all messages with the same subject in the `subject' sequence.
165 165
166This function works when the folder is threaded. In this 166This function works when the folder is threaded. In this
167situation the subject could get truncated and so the normal 167situation the subject could get truncated and so the normal
@@ -192,7 +192,7 @@ are taken into account."
192It would be desirable to avoid hard-coding this.") 192It would be desirable to avoid hard-coding this.")
193 193
194(defun mh-subject-to-sequence-unthreaded (all) 194(defun mh-subject-to-sequence-unthreaded (all)
195 "Put all following messages with same subject in sequence 'subject. 195 "Put all following messages with same subject in sequence `subject'.
196 196
197This function only works with an unthreaded folder. If arg ALL is 197This function only works with an unthreaded folder. If arg ALL is
198t, move to beginning of folder buffer to collect all messages. If 198t, move to beginning of folder buffer to collect all messages. If
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 98a20b7bb4f..d2e07977e5d 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -1764,7 +1764,7 @@ initialized. Always use the command `mh-have-file-command'.")
1764;;;###mh-autoload 1764;;;###mh-autoload
1765(defun mh-have-file-command () 1765(defun mh-have-file-command ()
1766 "Return t if `file' command is on the system. 1766 "Return t if `file' command is on the system.
1767'file -i' is used to get MIME type of composition insertion." 1767\"file -i\" is used to get MIME type of composition insertion."
1768 (when (eq mh-have-file-command 'undefined) 1768 (when (eq mh-have-file-command 'undefined)
1769 (setq mh-have-file-command 1769 (setq mh-have-file-command
1770 (and (executable-find "file") ; file command exists 1770 (and (executable-find "file") ; file command exists
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 198162266ee..d52084afc3c 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -4101,7 +4101,7 @@ This turns
4101into 4101into
4102 (prefix \"f\" any \"o\" any \"o\" any point) 4102 (prefix \"f\" any \"o\" any \"o\" any point)
4103which is at the core of flex logic. The extra 4103which is at the core of flex logic. The extra
4104'any' is optimized away later on." 4104`any' is optimized away later on."
4105 (mapcan (lambda (elem) 4105 (mapcan (lambda (elem)
4106 (if (stringp elem) 4106 (if (stringp elem)
4107 (mapcan (lambda (char) 4107 (mapcan (lambda (char)
diff --git a/lisp/net/dictionary-connection.el b/lisp/net/dictionary-connection.el
index aef3c4efc74..a4afcd6647d 100644
--- a/lisp/net/dictionary-connection.el
+++ b/lisp/net/dictionary-connection.el
@@ -83,10 +83,10 @@ Return a data structure identifying the connection."
83 "Return the status of the CONNECTION. 83 "Return the status of the CONNECTION.
84Possible return values are the symbols: 84Possible return values are the symbols:
85 nil: argument is not a connection object 85 nil: argument is not a connection object
86 'none: argument is not connected 86 `none': argument is not connected
87 'up: connection is open and buffer is existing 87 `up': connection is open and buffer is existing
88 'down: connection is closed 88 `down': connection is closed
89 'alone: connection is not associated with a buffer" 89 `alone': connection is not associated with a buffer"
90 (when (dictionary-connection-p connection) 90 (when (dictionary-connection-p connection)
91 (let ((process (dictionary-connection-process connection)) 91 (let ((process (dictionary-connection-process connection))
92 (buffer (dictionary-connection-buffer connection))) 92 (buffer (dictionary-connection-buffer connection)))
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 75dc679a3dd..57cb566c95d 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -311,7 +311,7 @@ parameter, and should return the (possibly) transformed URL."
311 311
312(defvar eww-accept-content-types 312(defvar eww-accept-content-types
313 "text/html, text/plain, text/sgml, text/css, application/xhtml+xml, */*;q=0.01" 313 "text/html, text/plain, text/sgml, text/css, application/xhtml+xml, */*;q=0.01"
314 "Value used for the HTTP 'Accept' header.") 314 "Value used for the HTTP \"Accept\" header.")
315 315
316(defvar-keymap eww-link-keymap 316(defvar-keymap eww-link-keymap
317 :parent shr-map 317 :parent shr-map
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index d7d375e111d..9aac5b27e69 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -238,7 +238,7 @@ pair of the form (KEY VALUE). The following KEYs are defined:
238 unchanged after expansion (i.e. no host, no user or no port 238 unchanged after expansion (i.e. no host, no user or no port
239 were specified), that sublist is not used. For e.g. 239 were specified), that sublist is not used. For e.g.
240 240
241 '((\"-a\" \"-b\") (\"-l\" \"%u\")) 241 \\='((\"-a\" \"-b\") (\"-l\" \"%u\"))
242 242
243 that means that (\"-l\" \"%u\") is used only if the user was 243 that means that (\"-l\" \"%u\") is used only if the user was
244 specified, and it is thus effectively optional. 244 specified, and it is thus effectively optional.
diff --git a/lisp/obsolete/mouse-sel.el b/lisp/obsolete/mouse-sel.el
index a9d6bfee604..3eacac65fba 100644
--- a/lisp/obsolete/mouse-sel.el
+++ b/lisp/obsolete/mouse-sel.el
@@ -438,7 +438,7 @@ Click sets point & mark to click position.
438Dragging extends region/selection. 438Dragging extends region/selection.
439 439
440Multi-clicking selects word/lines/paragraphs, as determined by 440Multi-clicking selects word/lines/paragraphs, as determined by
441'mouse-sel-determine-selection-thing. 441`mouse-sel-determine-selection-thing'.
442 442
443Clicking mouse-2 while selecting copies selected text to the kill-ring. 443Clicking mouse-2 while selecting copies selected text to the kill-ring.
444Clicking mouse-1 or mouse-3 kills the selected text. 444Clicking mouse-1 or mouse-3 kills the selected text.
@@ -459,7 +459,7 @@ Click sets the start of the secondary selection to click position.
459Dragging extends the secondary selection. 459Dragging extends the secondary selection.
460 460
461Multi-clicking selects word/lines/paragraphs, as determined by 461Multi-clicking selects word/lines/paragraphs, as determined by
462'mouse-sel-determine-selection-thing. 462`mouse-sel-determine-selection-thing'.
463 463
464Clicking mouse-2 while selecting copies selected text to the kill-ring. 464Clicking mouse-2 while selecting copies selected text to the kill-ring.
465Clicking mouse-1 or mouse-3 kills the selected text. 465Clicking mouse-1 or mouse-3 kills the selected text.
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el
index 23ef162a7f3..04af84d2e44 100644
--- a/lisp/org/ob-core.el
+++ b/lisp/org/ob-core.el
@@ -480,7 +480,7 @@ value. The value can either be a string or a closure that
480evaluates to a string. The closure is evaluated when the source 480evaluates to a string. The closure is evaluated when the source
481block is being evaluated (e.g. during execution or export), with 481block is being evaluated (e.g. during execution or export), with
482point at the source block. It is not possible to use an 482point at the source block. It is not possible to use an
483arbitrary function symbol (e.g. 'some-func), since org uses 483arbitrary function symbol (e.g. `some-func'), since org uses
484lexical binding. To achieve the same functionality, call the 484lexical binding. To achieve the same functionality, call the
485function within a closure (e.g. (lambda () (some-func))). 485function within a closure (e.g. (lambda () (some-func))).
486 486
diff --git a/lisp/org/ob-julia.el b/lisp/org/ob-julia.el
index abddca36134..50a44bcf448 100644
--- a/lisp/org/ob-julia.el
+++ b/lisp/org/ob-julia.el
@@ -250,8 +250,8 @@ end")
250(defun org-babel-julia-evaluate-external-process 250(defun org-babel-julia-evaluate-external-process
251 (body result-type result-params column-names-p) 251 (body result-type result-params column-names-p)
252 "Evaluate BODY in external julia process. 252 "Evaluate BODY in external julia process.
253If RESULT-TYPE equals 'output then return standard output as a 253If RESULT-TYPE equals `output' then return standard output as a
254string. If RESULT-TYPE equals 'value then return the value of the 254string. If RESULT-TYPE equals `value' then return the value of the
255last statement in BODY, as elisp." 255last statement in BODY, as elisp."
256 (cl-case result-type 256 (cl-case result-type
257 (value 257 (value
@@ -274,8 +274,8 @@ last statement in BODY, as elisp."
274(defun org-babel-julia-evaluate-session 274(defun org-babel-julia-evaluate-session
275 (session body result-type result-params column-names-p) 275 (session body result-type result-params column-names-p)
276 "Evaluate BODY in SESSION. 276 "Evaluate BODY in SESSION.
277If RESULT-TYPE equals 'output then return standard output as a 277If RESULT-TYPE equals `output' then return standard output as a
278string. If RESULT-TYPE equals 'value then return the value of the 278string. If RESULT-TYPE equals `value' then return the value of the
279last statement in BODY, as elisp." 279last statement in BODY, as elisp."
280 (cl-case result-type 280 (cl-case result-type
281 (value 281 (value
diff --git a/lisp/org/ob-lua.el b/lisp/org/ob-lua.el
index 48de0dbad06..b6e78fb7fd8 100644
--- a/lisp/org/ob-lua.el
+++ b/lisp/org/ob-lua.el
@@ -395,7 +395,7 @@ fd:close()"
395 (org-babel-lua-table-or-string results))))) 395 (org-babel-lua-table-or-string results)))))
396 396
397(defun org-babel-lua-read-string (string) 397(defun org-babel-lua-read-string (string)
398 "Strip 's from around Lua string." 398 "Strip \\=' characters from around Lua string."
399 (org-unbracket-string "'" "'" string)) 399 (org-unbracket-string "'" "'" string))
400 400
401(provide 'ob-lua) 401(provide 'ob-lua)
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 71aac271f7b..dfd5d829db2 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -4124,7 +4124,7 @@ dimming them." ;FIXME: The arg isn't used, actually!
4124 4124
4125If the header at `org-hd-marker' is blocked according to 4125If the header at `org-hd-marker' is blocked according to
4126`org-entry-blocked-p', then if `org-agenda-dim-blocked-tasks' is 4126`org-entry-blocked-p', then if `org-agenda-dim-blocked-tasks' is
4127'invisible and the header is not blocked by checkboxes, set the 4127`invisible' and the header is not blocked by checkboxes, set the
4128text property `org-todo-blocked' to `invisible', otherwise set it 4128text property `org-todo-blocked' to `invisible', otherwise set it
4129to t." 4129to t."
4130 (when (get-text-property 0 'todo-state entry) 4130 (when (get-text-property 0 'todo-state entry)
@@ -7399,7 +7399,7 @@ Argument ARG is the prefix argument."
7399When in a restricted subtree, remove it. 7399When in a restricted subtree, remove it.
7400 7400
7401The restriction will span over the entire file if TYPE is `file', 7401The restriction will span over the entire file if TYPE is `file',
7402or if type is '(4), or if the cursor is before the first headline 7402or if type is \\='(4), or if the cursor is before the first headline
7403in the file. Otherwise, only apply the restriction to the current 7403in the file. Otherwise, only apply the restriction to the current
7404subtree." 7404subtree."
7405 (interactive "P") 7405 (interactive "P")
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el
index bf84c99e042..4507fbe7ddc 100644
--- a/lisp/org/org-plot.el
+++ b/lisp/org/org-plot.el
@@ -280,7 +280,7 @@ When NORMALISE is non-nil, the count is divided by the number of values."
280 collect (cons n (/ (length m) normaliser))))) 280 collect (cons n (/ (length m) normaliser)))))
281 281
282(defun org--plot/prime-factors (value) 282(defun org--plot/prime-factors (value)
283 "Return the prime decomposition of VALUE, e.g. for 12, '(3 2 2)." 283 "Return the prime decomposition of VALUE, e.g. for 12, \\='(3 2 2)."
284 (let ((factors '(1)) (i 1)) 284 (let ((factors '(1)) (i 1))
285 (while (/= 1 value) 285 (while (/= 1 value)
286 (setq i (1+ i)) 286 (setq i (1+ i))
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 860fd6e5608..c301bc6af1a 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -5465,7 +5465,7 @@ The table is taken from the parameter TXT, or from the buffer at point."
5465 (nreverse table))))) 5465 (nreverse table)))))
5466 5466
5467(defun org-table-collapse-header (table &optional separator max-header-lines) 5467(defun org-table-collapse-header (table &optional separator max-header-lines)
5468 "Collapse the lines before 'hline into a single header. 5468 "Collapse the lines before `hline' into a single header.
5469 5469
5470The given TABLE is a list of lists as returned by `org-table-to-lisp'. 5470The given TABLE is a list of lists as returned by `org-table-to-lisp'.
5471The leading lines before the first `hline' symbol are considered 5471The leading lines before the first `hline' symbol are considered
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el
index 81ef002a052..9cf9125aebd 100644
--- a/lisp/org/ox-html.el
+++ b/lisp/org/ox-html.el
@@ -2909,7 +2909,7 @@ Starred and \"displaymath\" environments are not numbered."
2909 2909
2910(defun org-html--unlabel-latex-environment (latex-frag) 2910(defun org-html--unlabel-latex-environment (latex-frag)
2911 "Change environment in LATEX-FRAG string to an unnumbered one. 2911 "Change environment in LATEX-FRAG string to an unnumbered one.
2912For instance, change an 'equation' environment to 'equation*'." 2912For instance, change an `equation' environment to `equation*'."
2913 (replace-regexp-in-string 2913 (replace-regexp-in-string
2914 "\\`[ \t]*\\\\begin{\\([^*]+?\\)}" 2914 "\\`[ \t]*\\\\begin{\\([^*]+?\\)}"
2915 "\\1*" 2915 "\\1*"
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el
index 636bd0d2ae3..51e2352b4e8 100644
--- a/lisp/org/ox-publish.el
+++ b/lisp/org/ox-publish.el
@@ -839,7 +839,7 @@ in `org-export-options-alist' or in export back-ends. In the
839latter case, optional argument BACKEND has to be set to the 839latter case, optional argument BACKEND has to be set to the
840back-end where the option is defined, e.g., 840back-end where the option is defined, e.g.,
841 841
842 (org-publish-find-property file :subtitle 'latex) 842 (org-publish-find-property file :subtitle \\='latex)
843 843
844Return value may be a string or a list, depending on the type of 844Return value may be a string or a list, depending on the type of
845PROPERTY, i.e. \"behavior\" parameter from `org-export-options-alist'." 845PROPERTY, i.e. \"behavior\" parameter from `org-export-options-alist'."
diff --git a/lisp/outline.el b/lisp/outline.el
index 9f73ca0d0c7..7fd43195cc0 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -1502,7 +1502,7 @@ LEVEL, decides of subtree visibility according to
1502 1502
1503(defun outline--cycle-state () 1503(defun outline--cycle-state ()
1504 "Return the cycle state of current heading. 1504 "Return the cycle state of current heading.
1505Return either 'hide-all, 'headings-only, or 'show-all." 1505Return either `hide-all', `headings-only', or `show-all'."
1506 (save-excursion 1506 (save-excursion
1507 (let (start end ov-list heading-end) 1507 (let (start end ov-list heading-end)
1508 (outline-back-to-heading) 1508 (outline-back-to-heading)
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 07f27374df7..b859176bb47 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -898,7 +898,7 @@ Regular objects have whole numbers lower than 255.
898Objects that cannot be taken but might move and are 898Objects that cannot be taken but might move and are
899described during room description are negative. 899described during room description are negative.
900Stuff that is described and might change are 255, and are 900Stuff that is described and might change are 255, and are
901handled specially by 'dun-describe-room.") 901handled specially by `dun-describe-room'.")
902 902
903(defconst dun-room-silents (list nil 903(defconst dun-room-silents (list nil
904 (list obj-tree obj-coconut) ;; dead-end 904 (list obj-tree obj-coconut) ;; dead-end
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 0dfff32f20d..8cae680634f 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -779,7 +779,7 @@ functions are annotated with \"<f>\" via the
779(defun elisp--xref-make-xref (type symbol file &optional summary) 779(defun elisp--xref-make-xref (type symbol file &optional summary)
780 "Return an xref for TYPE SYMBOL in FILE. 780 "Return an xref for TYPE SYMBOL in FILE.
781TYPE must be a type in `find-function-regexp-alist' (use nil for 781TYPE must be a type in `find-function-regexp-alist' (use nil for
782'defun). If SUMMARY is non-nil, use it for the summary; 782`defun'). If SUMMARY is non-nil, use it for the summary;
783otherwise build the summary from TYPE and SYMBOL." 783otherwise build the summary from TYPE and SYMBOL."
784 (xref-make (or summary 784 (xref-make (or summary
785 (format elisp--xref-format (or type 'defun) symbol)) 785 (format elisp--xref-format (or type 'defun) symbol))
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index a35a7deb4b1..089c273bc6d 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1581,7 +1581,7 @@ Buffer mode and name are selected according to buffer type.
1581 1581
1582If buffer has trigger associated with it in `gdb-buffer-rules', 1582If buffer has trigger associated with it in `gdb-buffer-rules',
1583this trigger is subscribed to `gdb-buf-publisher' and called with 1583this trigger is subscribed to `gdb-buf-publisher' and called with
1584'update argument." 1584`update' argument."
1585 (or (gdb-get-buffer buffer-type thread) 1585 (or (gdb-get-buffer buffer-type thread)
1586 (let ((rules (assoc buffer-type gdb-buffer-rules)) 1586 (let ((rules (assoc buffer-type gdb-buffer-rules))
1587 (new (generate-new-buffer "limbo"))) 1587 (new (generate-new-buffer "limbo")))
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el
index ed6dce02c03..8c179879ce2 100644
--- a/lisp/progmodes/tcl.el
+++ b/lisp/progmodes/tcl.el
@@ -344,7 +344,7 @@ information):
344 344
345Add functions to the hook with `add-hook': 345Add functions to the hook with `add-hook':
346 346
347 (add-hook 'tcl-mode-hook #'tcl-guess-application)") 347 (add-hook \\='tcl-mode-hook #\\='tcl-guess-application)")
348 348
349 349
350(defvar tcl-proc-list 350(defvar tcl-proc-list
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index edce3fef6cf..31d50a1882e 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -3622,10 +3622,10 @@ is 0.
3622Meaning of *single* declaration: 3622Meaning of *single* declaration:
3623 E.g. In a module's port-list - 3623 E.g. In a module's port-list -
3624 module test(input clk, rst, x, output [1:0] y); 3624 module test(input clk, rst, x, output [1:0] y);
3625 Here 'input clk, rst, x' is 1 *single* declaration statement, 3625 Here `input clk, rst, x' is 1 *single* declaration statement,
3626and 'output [1:0] y' is the other single declaration. In the 1st single 3626and `output [1:0] y' is the other single declaration. In the 1st single
3627declaration, POINT is moved to start of 'clk'. And in the 2nd declaration, 3627declaration, POINT is moved to start of `clk'. And in the 2nd declaration,
3628POINT is moved to 'y'." 3628POINT is moved to `y'."
3629 3629
3630 3630
3631 (let (maxpoint old-point) 3631 (let (maxpoint old-point)
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 958d4e8b9d7..fee2d0afcb9 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -1868,7 +1868,7 @@ to control which program to use when looking for matches."
1868 (xref--find-ignores-arguments ignores dir))) 1868 (xref--find-ignores-arguments ignores dir)))
1869 1869
1870(defun xref--find-ignores-arguments (ignores dir) 1870(defun xref--find-ignores-arguments (ignores dir)
1871 "Convert IGNORES and DIR to a list of arguments for 'find'. 1871 "Convert IGNORES and DIR to a list of arguments for `find'.
1872IGNORES is a list of glob patterns. DIR is an absolute 1872IGNORES is a list of glob patterns. DIR is an absolute
1873directory, used as the root of the ignore globs." 1873directory, used as the root of the ignore globs."
1874 (cl-assert (not (string-match-p "\\`~" dir))) 1874 (cl-assert (not (string-match-p "\\`~" dir)))
diff --git a/lisp/ses.el b/lisp/ses.el
index 59e10e777f1..7a9b35d749a 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -2331,7 +2331,7 @@ Narrow to print area if optional argument NONARROW is nil."
2331 "Recalculate and reprint the current cell or range. 2331 "Recalculate and reprint the current cell or range.
2332 2332
2333If CURCELL is non nil use it as current cell or range 2333If CURCELL is non nil use it as current cell or range
2334without any check, otherwise function (ses-check-curcell 'range) 2334without any check, otherwise function (ses-check-curcell \\='range)
2335is called. 2335is called.
2336 2336
2337For an individual cell, shows the error if the formula or printer 2337For an individual cell, shows the error if the formula or printer
@@ -3774,15 +3774,15 @@ DEFINITION shall be either a string formatter, e.g.:
3774 \"%.2f\" or (\"%.2f\") for left alignment. 3774 \"%.2f\" or (\"%.2f\") for left alignment.
3775 3775
3776or a lambda expression, e.g. for formatting in ISO format dates 3776or a lambda expression, e.g. for formatting in ISO format dates
3777created with a '(calcFunc-date YEAR MONTH DAY)' formula: 3777created with a `(calcFunc-date YEAR MONTH DAY)' formula:
3778 3778
3779 (lambda (x) 3779 (lambda (x)
3780 (cond 3780 (cond
3781 ((null val) \"\") 3781 ((null val) \"\")
3782 ((eq (car-safe x) 'date) 3782 ((eq (car-safe x) \\='date)
3783 (let ((calc-format-date '(X YYYY \"-\" MM \"-\" DD))) 3783 (let ((calc-format-date \\='(X YYYY \"-\" MM \"-\" DD)))
3784 (math-format-date x))) 3784 (math-format-date x)))
3785 (t (ses-center-span val ?# 'ses-prin1)))) 3785 (t (ses-center-span val ?# \\='ses-prin1))))
3786 3786
3787If NAME is already used to name a local printer function, then 3787If NAME is already used to name a local printer function, then
3788the current definition is proposed as default value, and the 3788the current definition is proposed as default value, and the
@@ -4122,7 +4122,7 @@ until the next nonblank column."
4122 (ses-center-span value ?~ printer)) 4122 (ses-center-span value ?~ printer))
4123 4123
4124(defun ses-prin1 (value) 4124(defun ses-prin1 (value)
4125 "Shorthand for '(prin1-to-string VALUE t)'. 4125 "Shorthand for `(prin1-to-string VALUE t)'.
4126Useful to handle the default behavior in custom lambda based 4126Useful to handle the default behavior in custom lambda based
4127printer functions." 4127printer functions."
4128 (prin1-to-string value t)) 4128 (prin1-to-string value t))
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index c4d450fe2a5..a0dd20a99ca 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -229,7 +229,7 @@ a list of frames to update."
229 229
230(defun tab-bar--key-to-number (key) 230(defun tab-bar--key-to-number (key)
231 "Return the tab number represented by KEY. 231 "Return the tab number represented by KEY.
232If KEY is a symbol 'tab-N', where N is a tab number, the value is N. 232If KEY is a symbol `tab-N', where N is a tab number, the value is N.
233If KEY is \\='current-tab, the value is nil. 233If KEY is \\='current-tab, the value is nil.
234For any other value of KEY, the value is t." 234For any other value of KEY, the value is t."
235 (cond 235 (cond
@@ -426,7 +426,7 @@ on each new frame when the global `tab-bar-mode' is disabled,
426or if you want to disable the tab bar individually on each 426or if you want to disable the tab bar individually on each
427new frame when the global `tab-bar-mode' is enabled, by using 427new frame when the global `tab-bar-mode' is enabled, by using
428 428
429 (add-hook 'after-make-frame-functions 'toggle-frame-tab-bar)" 429 (add-hook \\='after-make-frame-functions #\\='toggle-frame-tab-bar)"
430 (interactive) 430 (interactive)
431 (set-frame-parameter frame 'tab-bar-lines 431 (set-frame-parameter frame 'tab-bar-lines
432 (if (> (frame-parameter frame 'tab-bar-lines) 0) 0 1)) 432 (if (> (frame-parameter frame 'tab-bar-lines) 0) 0 1))
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index b2e0b7f9d09..62a4af13774 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -5039,7 +5039,7 @@ on the value of `bibtex-entry-format'.
5039If the reference key of the entry is empty or a prefix argument is given, 5039If the reference key of the entry is empty or a prefix argument is given,
5040calculate a new reference key. (Note: this works only if fields in entry 5040calculate a new reference key. (Note: this works only if fields in entry
5041begin on separate lines prior to calling `bibtex-clean-entry' or if 5041begin on separate lines prior to calling `bibtex-clean-entry' or if
5042'realign is contained in `bibtex-entry-format'.) 5042`realign' is contained in `bibtex-entry-format'.)
5043Don't call `bibtex-clean-entry' on @Preamble entries. 5043Don't call `bibtex-clean-entry' on @Preamble entries.
5044At end of the cleaning process, the functions in 5044At end of the cleaning process, the functions in
5045`bibtex-clean-entry-hook' are called with region narrowed to entry." 5045`bibtex-clean-entry-hook' are called with region narrowed to entry."
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 9d3e9effe6e..6a91cef1d94 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -2351,7 +2351,7 @@ If user selects bullets or #, it's just added with position arranged by
2351`rst-insert-list-new-tag'. 2351`rst-insert-list-new-tag'.
2352 2352
2353If user selects enumerations, a further prompt is given. User need to 2353If user selects enumerations, a further prompt is given. User need to
2354input a starting item, for example 'e' for 'A)' style. The position is 2354input a starting item, for example `e' for `A)' style. The position is
2355also arranged by `rst-insert-list-new-tag'." 2355also arranged by `rst-insert-list-new-tag'."
2356 (let* ((itemstyle (completing-read 2356 (let* ((itemstyle (completing-read
2357 (format-prompt "Select preferred item style" "#.") 2357 (format-prompt "Select preferred item style" "#.")
diff --git a/lisp/transient.el b/lisp/transient.el
index 0d7f9d0317b..13e8de258bd 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1384,7 +1384,7 @@ The optional argument COMMAND is intended for internal use. If
1384you are contemplating using it in your own code, then you should 1384you are contemplating using it in your own code, then you should
1385probably use this instead: 1385probably use this instead:
1386 1386
1387 (get COMMAND 'transient--suffix)" 1387 (get COMMAND \\='transient--suffix)"
1388 (when command 1388 (when command
1389 (cl-check-type command command)) 1389 (cl-check-type command command))
1390 (if (or transient--prefix 1390 (if (or transient--prefix
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 2d313076e3a..0f3a1506d6b 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -385,7 +385,7 @@ correspond to what the tutorial says.\n\n")
385 "Find the key bindings used in the tutorial that have changed. 385 "Find the key bindings used in the tutorial that have changed.
386Return a list with elements of the form 386Return a list with elements of the form
387 387
388 '(KEY DEF-FUN DEF-FUN-TXT WHERE REMARK QUIET) 388 (KEY DEF-FUN DEF-FUN-TXT WHERE REMARK QUIET)
389 389
390where 390where
391 391
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index dd658b1b68b..53cefb46e4b 100644
--- a/lisp/url/url-auth.el
+++ b/lisp/url/url-auth.el
@@ -307,8 +307,8 @@ object."
307(defun url-digest-auth-build-response (key url realm attrs) 307(defun url-digest-auth-build-response (key url realm attrs)
308 "Compute authorization string for the given challenge using KEY. 308 "Compute authorization string for the given challenge using KEY.
309 309
310The string looks like 'Digest username=\"John\", realm=\"The 310The string looks like \"Digest username=\"John\", realm=\"The
311Realm\", ...' 311Realm\", ...\"
312 312
313Part of the challenge is already solved in a pre-computed KEY 313Part of the challenge is already solved in a pre-computed KEY
314which is list of a realm (or a directory), user name, and hash 314which is list of a realm (or a directory), user name, and hash
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el
index fb57b2bbc6e..170f5c8d464 100644
--- a/lisp/vc/vc-rcs.el
+++ b/lisp/vc/vc-rcs.el
@@ -1062,9 +1062,9 @@ file."
1062(defun vc-rcs-consult-headers (file) 1062(defun vc-rcs-consult-headers (file)
1063 "Search for RCS headers in FILE, and set properties accordingly. 1063 "Search for RCS headers in FILE, and set properties accordingly.
1064 1064
1065Returns: nil if no headers were found 1065Returns: nil if no headers were found
1066 'rev if a workfile revision was found 1066 `rev' if a workfile revision was found
1067 'rev-and-lock if revision and lock info was found" 1067 `rev-and-lock' if revision and lock info was found"
1068 (cond 1068 (cond
1069 ((not (get-file-buffer file)) nil) 1069 ((not (get-file-buffer file)) nil)
1070 ((let (status version) 1070 ((let (status version)
diff --git a/lisp/window.el b/lisp/window.el
index f3a09ee462b..c15f14cc61d 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -2496,7 +2496,7 @@ unless DEDICATED is non-nil, so if all windows are dedicated, the
2496value is nil. Avoid returning the selected window if possible. 2496value is nil. Avoid returning the selected window if possible.
2497Optional argument NOT-SELECTED non-nil means never return the 2497Optional argument NOT-SELECTED non-nil means never return the
2498selected window. Optional argument NO-OTHER non-nil means to 2498selected window. Optional argument NO-OTHER non-nil means to
2499never return a window whose 'no-other-window' parameter is 2499never return a window whose `no-other-window' parameter is
2500non-nil. 2500non-nil.
2501 2501
2502The following non-nil values of the optional argument ALL-FRAMES 2502The following non-nil values of the optional argument ALL-FRAMES
@@ -2538,7 +2538,7 @@ never a candidate unless DEDICATED is non-nil, so if all windows
2538are dedicated, the value is nil. Optional argument NOT-SELECTED 2538are dedicated, the value is nil. Optional argument NOT-SELECTED
2539non-nil means never return the selected window. Optional 2539non-nil means never return the selected window. Optional
2540argument NO-OTHER non-nil means to never return a window whose 2540argument NO-OTHER non-nil means to never return a window whose
2541'no-other-window' parameter is non-nil. 2541`no-other-window' parameter is non-nil.
2542 2542
2543The following non-nil values of the optional argument ALL-FRAMES 2543The following non-nil values of the optional argument ALL-FRAMES
2544have special meanings: 2544have special meanings:
@@ -2574,7 +2574,7 @@ never a candidate unless DEDICATED is non-nil, so if all windows
2574are dedicated, the value is nil. Optional argument NOT-SELECTED 2574are dedicated, the value is nil. Optional argument NOT-SELECTED
2575non-nil means never return the selected window. Optional 2575non-nil means never return the selected window. Optional
2576argument NO-OTHER non-nil means to never return a window whose 2576argument NO-OTHER non-nil means to never return a window whose
2577'no-other-window' parameter is non-nil. 2577`no-other-window' parameter is non-nil.
2578 2578
2579The following non-nil values of the optional argument ALL-FRAMES 2579The following non-nil values of the optional argument ALL-FRAMES
2580have special meanings: 2580have special meanings:
@@ -5117,7 +5117,7 @@ parameter to nil. See Info node `(elisp) Quitting Windows' for
5117more details. 5117more details.
5118 5118
5119If WINDOW's dedicated flag is t, try to delete WINDOW. If it 5119If WINDOW's dedicated flag is t, try to delete WINDOW. If it
5120equals the value 'side', restore that value when WINDOW is not 5120equals the value `side', restore that value when WINDOW is not
5121deleted. 5121deleted.
5122 5122
5123Optional second argument BURY-OR-KILL tells how to proceed with 5123Optional second argument BURY-OR-KILL tells how to proceed with
@@ -7549,7 +7549,7 @@ to an expression containing one of these \"action\" functions:
7549 7549
7550For instance: 7550For instance:
7551 7551
7552 (setq display-buffer-alist '((\".*\" display-buffer-at-bottom))) 7552 (setq display-buffer-alist \\='((\".*\" display-buffer-at-bottom)))
7553 7553
7554Buffer display can be further customized to a very high degree; 7554Buffer display can be further customized to a very high degree;
7555the rest of this docstring explains some of the many 7555the rest of this docstring explains some of the many
@@ -7604,7 +7604,7 @@ Action alist entries are:
7604 the window specified in frame lines), a floating point 7604 the window specified in frame lines), a floating point
7605 number (the fraction of its total height with respect to the 7605 number (the fraction of its total height with respect to the
7606 total height of the frame's root window), a cons cell whose 7606 total height of the frame's root window), a cons cell whose
7607 car is 'body-lines' and whose cdr is an integer that 7607 car is `body-lines' and whose cdr is an integer that
7608 specifies the height of the window's body in frame lines, or 7608 specifies the height of the window's body in frame lines, or
7609 a function to be called with one argument - the chosen 7609 a function to be called with one argument - the chosen
7610 window. That function is supposed to adjust the height of 7610 window. That function is supposed to adjust the height of
@@ -7615,7 +7615,7 @@ Action alist entries are:
7615 the window specified in frame lines), a floating point 7615 the window specified in frame lines), a floating point
7616 number (the fraction of its total width with respect to the 7616 number (the fraction of its total width with respect to the
7617 width of the frame's root window), a cons cell whose car is 7617 width of the frame's root window), a cons cell whose car is
7618 'body-columns' and whose cdr is an integer that specifies the 7618 `body-columns' and whose cdr is an integer that specifies the
7619 width of the window's body in frame columns, or a function to 7619 width of the window's body in frame columns, or a function to
7620 be called with one argument - the chosen window. That 7620 be called with one argument - the chosen window. That
7621 function is supposed to adjust the width of the window. 7621 function is supposed to adjust the width of the window.
@@ -7623,7 +7623,7 @@ Action alist entries are:
7623 alone on their frame and specifies the desired size of that 7623 alone on their frame and specifies the desired size of that
7624 window either as a cons of integers (the total width and 7624 window either as a cons of integers (the total width and
7625 height of the window on that frame), a cons cell whose car is 7625 height of the window on that frame), a cons cell whose car is
7626 'body-chars' and whose cdr is a cons of integers (the desired 7626 `body-chars' and whose cdr is a cons of integers (the desired
7627 width and height of the window's body in columns and lines of 7627 width and height of the window's body in columns and lines of
7628 its frame), or a function to be called with one argument - 7628 its frame), or a function to be called with one argument -
7629 the chosen window. That function is supposed to adjust the 7629 the chosen window. That function is supposed to adjust the
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el
index 892fd278df8..56cb9057ed9 100644
--- a/test/lisp/calc/calc-tests.el
+++ b/test/lisp/calc/calc-tests.el
@@ -38,7 +38,7 @@
38;; be used to compare such calc expressions. 38;; be used to compare such calc expressions.
39(defun calc-tests-equal (a b) 39(defun calc-tests-equal (a b)
40 "Like `equal' but allow for different representations of numbers. 40 "Like `equal' but allow for different representations of numbers.
41For example: (calc-tests-equal 10 '(float 1 1)) => t. 41For example: (calc-tests-equal 10 \\='(float 1 1)) => t.
42A and B should be calc expressions." 42A and B should be calc expressions."
43 (cond ((math-numberp a) 43 (cond ((math-numberp a)
44 (and (math-numberp b) 44 (and (math-numberp b)
diff --git a/test/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el
index 1eb91e6053b..87c28c6af12 100644
--- a/test/lisp/cedet/srecode-utest-template.el
+++ b/test/lisp/cedet/srecode-utest-template.el
@@ -33,7 +33,7 @@
33;;; MAP DUMP TESTING 33;;; MAP DUMP TESTING
34(defun srecode-utest-map-reset () 34(defun srecode-utest-map-reset ()
35 "Reset, then dump the map of SRecoder templates. 35 "Reset, then dump the map of SRecoder templates.
36Probably should be called 'describe-srecode-maps'." 36Probably should be called `describe-srecode-maps'."
37 (interactive) 37 (interactive)
38 (message "SRecode Template Path: %S" srecode-map-load-path) 38 (message "SRecode Template Path: %S" srecode-map-load-path)
39 ;; Interactive call allows us to dump. 39 ;; Interactive call allows us to dump.
diff --git a/test/lisp/mh-e/mh-thread-tests.el b/test/lisp/mh-e/mh-thread-tests.el
index 84f59e5d300..ea8d441e2d1 100644
--- a/test/lisp/mh-e/mh-thread-tests.el
+++ b/test/lisp/mh-e/mh-thread-tests.el
@@ -24,7 +24,7 @@
24(eval-when-compile (require 'cl-lib)) 24(eval-when-compile (require 'cl-lib))
25 25
26(defun mh-thread-tests-before-from () 26(defun mh-thread-tests-before-from ()
27 "Generate the fields of a scan line up to where the 'From' field would start. 27 "Generate the fields of a scan line up to where the \"From\" field would start.
28The exact contents are not important, but the number of characters is." 28The exact contents are not important, but the number of characters is."
29 (concat (make-string mh-cmd-note ?9) 29 (concat (make-string mh-cmd-note ?9)
30 (make-string mh-scan-cmd-note-width ?A) 30 (make-string mh-scan-cmd-note-width ?A)
diff --git a/test/lisp/xml-tests.el b/test/lisp/xml-tests.el
index eecf6406fb8..748f1e39446 100644
--- a/test/lisp/xml-tests.el
+++ b/test/lisp/xml-tests.el
@@ -97,7 +97,7 @@
97 ((("FOOBAR:" . "something") nil "hi there")) 97 ((("FOOBAR:" . "something") nil "hi there"))
98 ((FOOBAR:something nil "hi there")))) 98 ((FOOBAR:something nil "hi there"))))
99 "List of strings which are parsed using namespace expansion. 99 "List of strings which are parsed using namespace expansion.
100Parser is called with and without 'symbol-qnames argument.") 100Parser is called with and without `symbol-qnames' argument.")
101 101
102(ert-deftest xml-parse-tests () 102(ert-deftest xml-parse-tests ()
103 "Test XML parsing." 103 "Test XML parsing."
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index e6288d1fc9b..ff0d6be3f5d 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -157,8 +157,8 @@ are known failures, and are skipped."
157 157
158(defun regex-tests-compare (string what-failed bounds-ref &optional substring-ref) 158(defun regex-tests-compare (string what-failed bounds-ref &optional substring-ref)
159 "I just ran a search, looking at STRING. WHAT-FAILED describes 159 "I just ran a search, looking at STRING. WHAT-FAILED describes
160what failed, if anything; valid values are 'search-failed, 160what failed, if anything; valid values are `search-failed',
161'compilation-failed and nil. I compare the beginning/end of each 161`compilation-failed' and nil. I compare the beginning/end of each
162group with their expected values. This is done with either 162group with their expected values. This is done with either
163BOUNDS-REF or SUBSTRING-REF; one of those should be non-nil. 163BOUNDS-REF or SUBSTRING-REF; one of those should be non-nil.
164BOUNDS-REF is a sequence [start-ref0 end-ref0 start-ref1 164BOUNDS-REF is a sequence [start-ref0 end-ref0 start-ref1
@@ -166,9 +166,9 @@ end-ref1 ....] while SUBSTRING-REF is the expected substring
166obtained by indexing the input string by start/end-ref. 166obtained by indexing the input string by start/end-ref.
167 167
168If the search was supposed to fail then start-ref0/substring-ref0 168If the search was supposed to fail then start-ref0/substring-ref0
169is 'search-failed. If the search wasn't even supposed to compile 169is `search-failed'. If the search wasn't even supposed to compile
170successfully, then start-ref0/substring-ref0 is 170successfully, then start-ref0/substring-ref0 is
171'compilation-failed. If I only care about a match succeeding, 171`compilation-failed'. If I only care about a match succeeding,
172this can be set to t. 172this can be set to t.
173 173
174This function returns a string that describes the failure, or nil 174This function returns a string that describes the failure, or nil
@@ -259,8 +259,8 @@ BOUNDS-REF is a sequence [start-ref0 end-ref0 start-ref1 end-ref1
259....]. 259....].
260 260
261If the search was supposed to fail then start-ref0 is 261If the search was supposed to fail then start-ref0 is
262'search-failed. If the search wasn't even supposed to compile 262`search-failed'. If the search wasn't even supposed to compile
263successfully, then start-ref0 is 'compilation-failed. 263successfully, then start-ref0 is `compilation-failed'.
264 264
265This function returns a string that describes the failure, or nil 265This function returns a string that describes the failure, or nil
266on success" 266on success"