]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix symbol quoting typos
authorStefan Kangas <stefan@marxist.se>
Sun, 12 Sep 2021 16:33:03 +0000 (18:33 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 12 Sep 2021 16:36:49 +0000 (18:36 +0200)
21 files changed:
lisp/auth-source-pass.el
lisp/calendar/calendar.el
lisp/cedet/semantic/complete.el
lisp/cedet/semantic/dep.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/lisp-mode.el
lisp/files-x.el
lisp/gnus/gnus.el
lisp/hexl.el
lisp/ldefs-boot.el
lisp/obsolete/rcompile.el
lisp/org/ob-sql.el
lisp/org/org-compat.el
lisp/org/org-list.el
lisp/org/org.el
lisp/progmodes/cperl-mode.el
lisp/progmodes/elisp-mode.el
lisp/textmodes/rst.el
lisp/vc/vc.el
test/lisp/auth-source-pass-tests.el
test/lisp/progmodes/flymake-tests.el

index 914f8d2f1bf74a6e9a3d19b9edb322f7809f3a51..162a3ec23c2395ee7644abeae1709eda49dbb92e 100644 (file)
@@ -176,7 +176,7 @@ CONTENTS is the contents of a password-store formatted file."
                         lines))))
 
 (defun auth-source-pass--do-debug (&rest msg)
-  "Call `auth-source-do-debug` with MSG and a prefix."
+  "Call `auth-source-do-debug' with MSG and a prefix."
   (apply #'auth-source-do-debug
          (cons (concat "auth-source-pass: " (car msg))
                (cdr msg))))
index 7c929ebed0de8debb7eb1119225107efe4f70056..fd97192c466867ed8378fbfe6be7b11af9233c86 100644 (file)
 ;; Calendar has historically relied heavily on dynamic scoping.
 ;; Concretely, this manifests in the use of references to let-bound variables
 ;; in Custom vars as well as code in diary files.
-;; `eval` is hence the core of the culprit.  It's used on:
+;; `eval' is hence the core of the culprit.  It's used on:
 ;; - calendar-date-display-form
 ;; - calendar-time-display-form
 ;; - calendar-chinese-time-zone
index d6ef7960473e38188edd94547d3158b8f89da8a6..5d34b308d0a546b8767977633c64905424b49199 100644 (file)
@@ -198,7 +198,7 @@ Argument COLLECTOR is an object which can be used to calculate
 a list of possible hits.  See `semantic-completion-collector-engine'
 for details on COLLECTOR.
 Argument DISPLAYER is an object used to display a list of possible
-completions for a given prefix.  See`semantic-completion-display-engine'
+completions for a given prefix.  See `semantic-completion-display-engine'
 for details on DISPLAYER.
 PROMPT is a string to prompt with.
 DEFAULT-TAG is a semantic tag or string to use as the default value.
@@ -746,7 +746,7 @@ Argument COLLECTOR is an object which can be used to calculate
 a list of possible hits.  See `semantic-completion-collector-engine'
 for details on COLLECTOR.
 Argument DISPLAYER is an object used to display a list of possible
-completions for a given prefix.  See`semantic-completion-display-engine'
+completions for a given prefix.  See `semantic-completion-display-engine'
 for details on DISPLAYER.
 BUFFER is the buffer in which completion will take place.
 START is a location for the start of the full symbol.
index efebe21a9454d2ffb1aadca06e8c39b5556efc5f..0694b9c23292decbf3854bc5b654a7e4ce012ff2 100644 (file)
@@ -133,7 +133,7 @@ Changes made by this function are not persistent."
 ;;;###autoload
 (defun semantic-remove-system-include (dir &optional mode)
   "Add a system include DIR to path for MODE.
-Modifies a mode-local version of`semantic-dependency-system-include-path'.
+Modifies a mode-local version of `semantic-dependency-system-include-path'.
 
 Changes made by this function are not persistent."
   (interactive (list
index 4ea583d28f1ed89fcc39b04c4107f205ff7f7309..16308b3a5950c3270b84a906f13b24db5c75c705 100644 (file)
@@ -3277,7 +3277,7 @@ the form NAME which is a shorthand for (NAME NAME)."
 (defun cl-struct-sequence-type (struct-type)
   "Return the sequence used to build STRUCT-TYPE.
 STRUCT-TYPE is a symbol naming a struct type.  Return `record',
-`vector`, or `list' if STRUCT-TYPE is a struct type, nil otherwise."
+`vector', or `list' if STRUCT-TYPE is a struct type, nil otherwise."
   (declare (side-effect-free t) (pure t))
   (cl--struct-class-type (cl--struct-get-class struct-type)))
 
index 51fb88502abc8173dd9ba029914a619b04c2d4fa..677da81144fab4f6c4111d9c1113ef151d1ed3e5 100644 (file)
@@ -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.
index 9e1954256a67174b663547e5ac23f11ba893c477..c7cc076f844f4d1137713795e7f85cdfc083794f 100644 (file)
@@ -673,7 +673,7 @@ in order."
 (defun hack-connection-local-variables (criteria)
   "Read connection-local variables according to CRITERIA.
 Store the connection-local variables in buffer local
-variable`connection-local-variables-alist'.
+variable `connection-local-variables-alist'.
 
 This does nothing if `enable-connection-local-variables' is nil."
   (when enable-connection-local-variables
index d52bd26a2cb1cdf9deebcf446b37a4ad4f44fa12..5009507208ef614d56982ee2104812a924fe889d 100644 (file)
@@ -2140,8 +2140,9 @@ instance, to switch off all visual things except menus, you can say:
 
 Valid elements include `summary-highlight', `group-highlight',
 `article-highlight', `mouse-face', `summary-menu', `group-menu',
-`article-menu', `tree-highlight', `menu', `highlight', `browse-menu',
-`server-menu', `page-marker', `tree-menu', `binary-menu', and`pick-menu'."
+`article-menu', `tree-highlight', `menu', `highlight',
+`browse-menu', `server-menu', `page-marker', `tree-menu',
+`binary-menu', and `pick-menu'."
   :group 'gnus-meta
   :group 'gnus-visual
   :type '(set (const summary-highlight)
index 8bfc1fb89e4f75e9bd970885cd24723772afca62..f236498288eb58a1510205c0d0a9696eddf395ed 100644 (file)
@@ -93,7 +93,7 @@ as that will override any bit grouping options set here."
   "Face used in address area of Hexl mode buffer.")
 
 (defface hexl-ascii-region
-  ;; Copied from `header-line`.  We used to inherit from it, but that
+  ;; Copied from `header-line'.  We used to inherit from it, but that
   ;; looks awful when the headerline is given a variable-pitch font or
   ;; (even worse) a 3D look.
   '((((class color grayscale) (background light))
index 542cbef9f576c6e850323b47f7377770e1580081..586e4233c51bd8fef602fe2a4520f8e854909a34 100644 (file)
@@ -8735,7 +8735,7 @@ BODY contains code to execute each time the mode is enabled or disabled.
   It is executed after toggling the mode, and before running MODE-hook.
   Before the actual body code, you can write keyword arguments, i.e.
   alternating keywords and values.  If you provide BODY, then you must
-  provide at least one keyword argument (e.g. `:lighter nil`).
+  provide at least one keyword argument (e.g. `:lighter nil').
   The following special keywords are supported (other keywords are passed
   to `defcustom' if the minor mode is global):
 
index d7020f0d07454b5e2d0f2533225e4df9260f5195..ff7d1dcdceaf03cd882a0777caad3d7027749455 100644 (file)
@@ -108,7 +108,7 @@ nil means run no commands."
 \f
 ;;;; entry point
 
-;; We use the Tramp internal function`tramp-make-tramp-file-name'.
+;; We use the Tramp internal function `tramp-make-tramp-file-name'.
 ;; Better would be, if there are functions to provide user, host and
 ;; localname of a remote filename, independent of Tramp's implementation.
 ;; The function calls are wrapped by `funcall' in order to pacify the byte
index 947acef1b27acb9f3d5916e11925fe7c6125cb78..0a08925d4f675ac1608fb7ed237ba44e5d01a6fe 100644 (file)
@@ -189,8 +189,8 @@ Otherwise, use Emacs' standard conversion function."
   "Return database connection parameter NAME.
 Given a parameter NAME, if :dbconnection is defined in PARAMS
 then look for the parameter into the corresponding connection
-defined in `sql-connection-alist`, otherwise look into PARAMS.
-Look `sql-connection-alist` (part of SQL mode) for how to define
+defined in `sql-connection-alist', otherwise look into PARAMS.
+See `sql-connection-alist' (part of SQL mode) for how to define
 database connections."
   (if (assq :dbconnection params)
       (let* ((dbconnection (cdr (assq :dbconnection params)))
index b68e5b58fcafd304c9233782e93923aad976e194..82611d907af8a215895efcc776b97a34a494ac05 100644 (file)
@@ -179,9 +179,9 @@ This is a floating point number if the size is too large for an integer."
 Case is significant."
     (string< s1 s2)))
 
-;; The time- functions below translate nil to `current-time` and
-;; accept an integer as of Emacs 25.  `decode-time` and
-;; `format-time-string` accept nil on Emacs 24 but don't accept an
+;; The time- functions below translate nil to `current-time' and
+;; accept an integer as of Emacs 25.  `decode-time' and
+;; `format-time-string' accept nil on Emacs 24 but don't accept an
 ;; integer until Emacs 25.
 (if (< emacs-major-version 25)
     (let ((convert
index f97164ee33b5c05f5c37766cf7fd4be3852219ac..b26e47aba90e8d3662c84fdaf7dc3665d884c754 100644 (file)
@@ -3355,7 +3355,7 @@ Valid parameters are:
     (when (and backend (symbolp backend) (not (org-export-get-backend backend)))
       (user-error "Unknown :backend value"))
     (unless backend (require 'ox-org))
-    ;; When`:raw' property has a non-nil value, turn all objects back
+    ;; When `:raw' property has a non-nil value, turn all objects back
     ;; into Org syntax.
     (when (and backend (plist-get params :raw))
       (org-element-map data org-element-all-objects
index f560c65dc4fe1f1c0e56b15b9e7a77b4b7dce6bd..dc56948b533a56ae7af0222270843e4610c5c9b1 100644 (file)
@@ -19654,7 +19654,7 @@ When BLOCK-REGEXP is non-nil, use this regexp to find blocks."
 ;; Org still relies on `comment-dwim', but cannot trust
 ;; `comment-only-p'.  So, `comment-region-function' and
 ;; `uncomment-region-function' both point
-;; to`org-comment-or-uncomment-region'.  Eventually,
+;; to `org-comment-or-uncomment-region'.  Eventually,
 ;; `org-insert-comment' takes care of insertion of comments at the
 ;; beginning of line.
 
index 4f3ca924dd9a49acff348b0eda429aedfad27f17..165834cc20f4c89c29963854bcdd18770e030e1f 100644 (file)
@@ -1304,7 +1304,7 @@ package name and for the version.")
                                    (regexp ,cperl--version-regexp)))
                ,cperl--ws*-rx
                (group-n 3 (or ";" "{")))
-    "A regular expression to collect package names for `imenu`.
+    "A regular expression to collect package names for `imenu'.
 Catches \"package NAME;\", \"package NAME VERSION;\", \"package
 NAME BLOCK\" and \"package NAME VERSION BLOCK.\" Contains three
 groups: One for the keyword \"package\", one for the package
@@ -1345,7 +1345,7 @@ heading text.")
   `(or ,cperl--package-for-imenu-rx
        ,cperl--sub-name-for-imenu-rx
        ,cperl--pod-heading-rx)
-  "A regular expression to collect stuff that goes into the `imenu` index.
+  "A regular expression to collect stuff that goes into the `imenu' index.
 Covers packages, subroutines, and POD headings.")
 
 ;; end of eval-and-compiled stuff
@@ -5454,7 +5454,7 @@ indentation and initial hashes.  Behaves usually outside of comment."
 (defvar cperl-imenu-pod-keywords '("=head"))
 
 (defun cperl-imenu--create-perl-index ()
-  "Implement `imenu-create-index-function` for CPerl mode.
+  "Implement `imenu-create-index-function' for CPerl mode.
 This function relies on syntaxification to exclude lines which
 look like declarations but actually are part of a string, a
 comment, or POD."
index 483bf9d2edd7fbdd679e23f5a29a07a377bf44b9..22150c7d825af4fb36afc4ec064245d235aa47fc 100644 (file)
@@ -883,7 +883,7 @@ there are no matches for variables."
         (secondary-xrefs nil))          ; other xrefs
 
     (let ((temp elisp-xref-find-def-functions))
-      ;; FIXME: The `elisp-xref-find-def-functions` function interface does
+      ;; FIXME: The `elisp-xref-find-def-functions' function interface does
       ;; not allow for namespace filtering so we tacitly assume they all match.
       (while (and (null xrefs)
                   temp)
index 1471be0ecd679abdce22f9caebc16f1ffcdf6fbc..46654b6076d446d3ddb6ce0f3caba5bc97eb2deb 100644 (file)
@@ -2444,7 +2444,7 @@ PREFER-ROMAN roman numbering is preferred over using letters."
     tab))
 
 ;; FIXME: At least the continuation may be folded into
-;;        `newline-and-indent`. However, this may not be wanted by everyone so
+;;        `newline-and-indent'. However, this may not be wanted by everyone so
 ;;        it should be possible to switch this off.
 (defun rst-insert-list (&optional prefer-roman)
   ;; testcover: ok.
@@ -2915,7 +2915,7 @@ error if there is no working link at the given position."
     (pop-to-buffer (marker-buffer mrkr))
     (goto-char mrkr)
     ;; FIXME: Should be a customizable number of lines from beginning or end of
-    ;;        window just like the argument to `recenter`. It would be ideal if
+    ;;        window just like the argument to `recenter'. It would be ideal if
     ;;        the adornment is always completely visible.
     (recenter 5)))
 
@@ -2995,7 +2995,7 @@ burying it."
 (define-derived-mode rst-toc-mode special-mode "ReST-TOC"
   "Major mode for output from \\[rst-toc], the table-of-contents for the document.
 \\{rst-toc-mode-map}"
-  ;; FIXME: `revert-buffer-function` must be defined so `revert-buffer` works
+  ;; FIXME: `revert-buffer-function' must be defined so `revert-buffer' works
   ;;        as expected for a special mode. In particular the referred buffer
   ;;        needs to be rescanned and the TOC must be updated accordingly.
   ;; FIXME: Should contain the name of the buffer this is the toc of.
@@ -3217,7 +3217,7 @@ Return a list of tabs sorted by likeliness to continue writing
 like `rst-line-tabs'.  Nearer lines have generally a higher
 likeliness than farther lines.  Return nil if no tab is found in
 the text above."
-  ;; FIXME: See test `indent-for-tab-command-BUGS`.
+  ;; FIXME: See test `indent-for-tab-command-BUGS'.
   (save-excursion
     (goto-char pt)
     (let (leftmost ; Leftmost column found so far.
index f6ae27075f3afab04cff9bcea3a14215019b449c..4fcba65ab4db0d2d2f037059e1e0acb2ef0171c8 100644 (file)
 ;;
 ;;   Turn on the mode used for editing the check in log.  This
 ;;   defaults to `log-edit-mode'.  If changed, it should use a mode
-;;   derived from`log-edit-mode'.
+;;   derived from `log-edit-mode'.
 ;;
 ;; - check-headers ()
 ;;
index d050ac5b69532da7a179baa90d8e8c34b429a3ab..a0a97eca5eb2c3ca1ff8ff3697e721b030f2b6fe 100644 (file)
                      ("key2" . "please: keep my space after colon"))))))
 
 (defvar auth-source-pass--debug-log nil
-  "Contains a list of all messages passed to `auth-source-do-debug`.")
+  "Contains a list of all messages passed to `auth-source-do-debug'.")
 
 (defun auth-source-pass--have-message-matching (regexp)
-  "Return non-nil iff at least one `auth-source-do-debug` match REGEXP."
+  "Return non-nil iff at least one `auth-source-do-debug' match REGEXP."
   (seq-find (lambda (message)
               (string-match regexp message))
             auth-source-pass--debug-log))
@@ -75,8 +75,8 @@ REGEXP is the same as in `auth-source-pass--have-message-matching'."
 (put #'auth-source-pass--have-message-matching 'ert-explainer #'auth-source-pass--explain--have-message-matching)
 
 (defun auth-source-pass--debug (&rest msg)
-  "Format MSG and add that to `auth-source-pass--debug-log`.
-This function is intended to be set to `auth-source-debug`."
+  "Format MSG and add that to `auth-source-pass--debug-log'.
+This function is intended to be set to `auth-source-debug'."
   (add-to-list 'auth-source-pass--debug-log (apply #'format msg) t))
 
 (defvar auth-source-pass--parse-log nil)
index bda1b663c22fae84bd71ee03be019fed5bac05cb..45e0c435984e38eb1404956c57c7b6cbf81abd05 100644 (file)
@@ -60,7 +60,7 @@
 (cl-defun flymake-tests--call-with-fixture (fn file
                                                &key (severity-predicate
                                                      nil sev-pred-supplied-p))
-  "Call FN after flymake setup in FILE, using `flymake-proc`.
+  "Call FN after flymake setup in FILE, using `flymake-proc'.
 SEVERITY-PREDICATE is used to setup
 `flymake-proc-diagnostic-type-pred'"
   (let* ((file (expand-file-name file flymake-tests-data-directory))