]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix many typos in symbols in docs and comments
authorStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 11:35:55 +0000 (13:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 2 Oct 2020 11:29:45 +0000 (13:29 +0200)
60 files changed:
lisp/allout.el
lisp/calendar/calendar.el
lisp/calendar/timeclock.el
lisp/cedet/ede/autoconf-edit.el
lisp/cedet/ede/detect.el
lisp/color.el
lisp/doc-view.el
lisp/electric.el
lisp/emacs-lisp/eieio-base.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/package.el
lisp/emacs-lisp/re-builder.el
lisp/erc/erc-track.el
lisp/erc/erc.el
lisp/eshell/esh-util.el
lisp/faces.el
lisp/ffap.el
lisp/filecache.el
lisp/filesets.el
lisp/follow.el
lisp/font-lock.el
lisp/forms.el
lisp/gnus/gnus-util.el
lisp/gnus/message.el
lisp/gnus/nndiary.el
lisp/gnus/nnmaildir.el
lisp/image-dired.el
lisp/image.el
lisp/jsonrpc.el
lisp/mail/rmail.el
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-junk.el
lisp/net/nsm.el
lisp/net/tramp-sh.el
lisp/notifications.el
lisp/org/ol-bibtex.el
lisp/org/org-num.el
lisp/org/org.el
lisp/printing.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/ebrowse.el
lisp/progmodes/flymake-cc.el
lisp/progmodes/hideif.el
lisp/progmodes/python.el
lisp/progmodes/sql.el
lisp/ps-print.el
lisp/ps-samp.el
lisp/ses.el
lisp/startup.el
lisp/strokes.el
lisp/tempo.el
lisp/textmodes/artist.el
lisp/vc/pcvs.el
lisp/window.el
test/lisp/electric-tests.el
test/lisp/emacs-lisp/backtrace-tests.el
test/lisp/emacs-lisp/edebug-tests.el
test/lisp/files-tests.el
test/lisp/mail/uudecode-tests.el
test/src/coding-tests.el

index 174f1e3dc2120b3b462eeb98096915553aebc101..6a7ecbb1ef19061caa561eb19cf698b3bc2dd572 100644 (file)
@@ -247,7 +247,7 @@ prevails."
   "Allout-mode functions bound to keys without any added prefix.
 
 This is in contrast to the majority of allout-mode bindings on
-`allout-prefixed-bindings', whose bindings are created with a
+`allout-prefixed-keybindings', whose bindings are created with a
 preceding command key.
 
 Use vector format for the keys:
@@ -1536,7 +1536,7 @@ topic prefix.
 Entries must be symbols that are bound to the desired regexp values.
 
 Encryptions that result in matches will be retried, up to
-`allout-encryption-ciphertext-rejection-limit' times, after which
+`allout-encryption-ciphertext-rejection-ceiling' times, after which
 an error is raised.")
 
 (make-variable-buffer-local 'allout-encryption-ciphertext-rejection-regexps)
@@ -4785,7 +4785,7 @@ this function."
 
 This is a way to give restricted peek at a concealed locality without the
 expense of exposing its context, but can leave the outline with aberrant
-exposure.  `allout-show-offshoot' should be used after the peek to rectify
+exposure.  `allout-show-to-offshoot' should be used after the peek to rectify
 the exposure."
 
   (interactive)
@@ -6883,7 +6883,7 @@ To ignore intangibility, bind `inhibit-point-motion-hooks' to t."
     (allout-tests-obliterate-variable 'allout-tests-locally-true)
     (allout-do-resumptions))
   )
-;;;_  % Run unit tests if `allout-run-unit-tests-after-load' is true:
+;;;_  % Run unit tests if `allout-run-unit-tests-on-load' is true:
 (when allout-run-unit-tests-on-load
   (allout-run-unit-tests))
 
index 1ae39445680a8b5acea0ee5251dba261c006d76d..83e7976125f01c5c20c4612b780355f2e591cfd6 100644 (file)
@@ -1088,7 +1088,7 @@ calendar."
   "Name of buffer used for sunrise/sunset times.")
 
 (defconst calendar-hebrew-yahrzeit-buffer "*Yahrzeits*"
-  "Name of the buffer used by `list-yahrzeit-dates'.")
+  "Name of the buffer used by `calendar-hebrew-list-yahrzeits'.")
 
 (defmacro calendar-increment-month (mon yr n &optional nmonths)
   "Increment the variables MON and YR by N months.
index f3a5d9cd60dbb87c817c1e0b9b4efda32b5edbac..ca9f16ef20b73a394627ca6d3c9c06df1c994c78 100644 (file)
@@ -553,7 +553,7 @@ relative only to the time worked today, and not to past time."
 OLD-DEFAULT hours are set for every day that has no number indicated."
   (interactive "P")
   (if old-default (setq old-default (prefix-numeric-value old-default))
-    (error "`timelog-make-hours-explicit' requires an explicit argument"))
+    (error "`timeclock-make-hours-explicit' requires an explicit argument"))
   (let ((extant-timelog (find-buffer-visiting timeclock-file))
        current-date)
     (with-current-buffer (find-file-noselect timeclock-file t)
index e9dd48c8ab5bdff741a4c06de16fe0f534aee7f3..409e35ef900e83542377f4cd2276097215cbd696 100644 (file)
@@ -215,7 +215,7 @@ the ordering list `autoconf-preferred-macro-order'."
 (defun autoconf-insert-new-macro (macro &optional param)
   "Add a call to MACRO in the current autoconf file.
 Deals with macro order.  See `autoconf-preferred-macro-order' and
-`autoconf-multi-macros'.
+`autoconf-multiple-macros'.
 Optional argument PARAM is the parameter to pass to the macro as one string."
   (cond ((member macro autoconf-multiple-macros)
         ;; This occurs multiple times
index b870624f9a1afe6aadd97758bfad51854e3ea48d..3e4499cd39e8c6ea041562bc17f9375c4d1f4d12 100644 (file)
@@ -25,7 +25,7 @@
 ;;
 ;; Detection comes in multiple forms:
 ;;
-;; `ede-detect-scan-directory-for-project' -
+;; `ede--detect-scan-directory-for-project' -
 ;;        Scan for a project via the file system.
 ;; `ede-detect-directory-for-project' -
 ;;        Check our file cache for a project.  If that fails, use
index 560631ae66d570abb986b39acfd94926d7c21e3d..48f150de70c4cb2a07d22a0be88e25b20ede5442 100644 (file)
@@ -50,7 +50,7 @@ numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
 Optional argument FRAME specifies the frame where the color is to be
 displayed.  If FRAME is omitted or nil, use the selected frame.
 If FRAME cannot display COLOR, return nil."
-  ;; `colors-values' maximum value is either 65535 or 65280 depending on the
+  ;; `color-values' maximum value is either 65535 or 65280 depending on the
   ;; display system.  So we use a white conversion to get the max value.
   (let ((valmax (float (car (color-values "#ffffffffffff")))))
     (mapcar (lambda (x) (/ x valmax)) (color-values color frame))))
index 171a939d4ec3655cea75e6c54ac731e67cf322e8..9f5dc40ea1687f0d16c6b018a5d1484f8cc6be11 100644 (file)
@@ -511,7 +511,7 @@ Typically \"page-%s.png\".")
     ;; Toggle between text and image display or editing
     (define-key map (kbd "C-c C-c") 'doc-view-toggle-display)
     map)
-  "Keymap used by `doc-minor-view-mode'.")
+  "Keymap used by `doc-view-minor-mode'.")
 
 ;;;; Navigation Commands
 
index 7038b91c26ded49f86e9fc36290569cc5cbd34ae..50ddf525ca44cdbc5d99753829f0d9b65ee72d74 100644 (file)
@@ -424,7 +424,7 @@ If multiple rules match, only first one is executed.")
                   ;;
                   ;; FIXME: when `newline'ing, we exceptionally
                   ;; prevent a specific behavior of
-                  ;; `eletric-pair-mode', that of opening an extra
+                  ;; `electric-pair-mode', that of opening an extra
                   ;; newline between newly inserted matching paris.
                   ;; In theory that behavior should be provided by
                   ;; `electric-layout-mode' instead, which should be
index 2cb1f614ce327ba24205c14bd999d2dad205a043..f6746eb981f7ca0acf9437257917ca280d957de5 100644 (file)
@@ -201,7 +201,7 @@ This is used with the `object-write' method.")
               "Saving this object should make backup files.
 Setting to nil will mean no backups are made."))
   "This special class enables persistence through save files
-Use the `object-save' method to write this object to disk.  The save
+Use the `object-write' method to write this object to disk.  The save
 format is Emacs Lisp code which calls the constructor for the saved
 object.  For this reason, only slots which do not have an `:initarg'
 specified will not be saved."
index 764354b03b715f3afe28f91eab0c4425d7168cb9..3c4891b49aeaeb7673f0e5973b1580801035a3bc 100644 (file)
@@ -729,7 +729,7 @@ run.  ARGS are the arguments to `debugger'."
               ;; This means we have to limit `print-level' and
               ;; `print-length' when printing result objects.  That
               ;; might not be worth while when we can also use
-              ;; `ert-results-rerun-test-debugging-errors-at-point',
+              ;; `ert-results-rerun-test-at-point-debugging-errors',
               ;; (i.e., when running interactively) but having the
               ;; backtrace ready for printing is important for batch
               ;; use.
@@ -951,7 +951,7 @@ Selectors that do not, such as (member ...), just return the
 set implied by them without checking whether it is really
 contained in UNIVERSE."
   ;; This code needs to match the cases in
-  ;; `ert-insert-human-readable-selector'.
+  ;; `ert--insert-human-readable-selector'.
   (pcase-exhaustive selector
     ('nil nil)
     ('t (pcase-exhaustive universe
index 7d6be3cf4e28a030c047a0bf14056898dc8125f2..fc8dfe12ca20ab9e1db5a7deaa2f70e833c5dd7b 100644 (file)
@@ -3593,7 +3593,7 @@ This is used for `tabulated-list-format' in `package-menu-mode'."
       (string< a b))))
 
 (defun package-menu--populate-new-package-list ()
-  "Decide which packages are new in `package-archives-contents'.
+  "Decide which packages are new in `package-archive-contents'.
 Store this list in `package-menu--new-package-list'."
   ;; Find which packages are new.
   (when package-menu--old-archive-contents
index 0e1618e010a52845937baff8e94220b2da1e9bae..5e01895b9fc971c5838b97db9f69279e65ffa583 100644 (file)
@@ -301,7 +301,7 @@ Except for Lisp syntax this is the same as `reb-regexp'.")
   "Keymap used by the RE Builder for the subexpression mode.")
 
 (defun reb-mode-common ()
-  "Setup functions common to functions `reb-mode' and `reb-mode-lisp'."
+  "Setup functions common to functions `reb-mode' and `reb-lisp-mode'."
 
   (setq        reb-mode-string  ""
        reb-valid-string ""
@@ -513,7 +513,7 @@ If SUBEXP is non-nil mark only the corresponding sub-expressions."
   (reb-update-overlays subexp))
 
 (defun reb-auto-update (_beg _end _lenold &optional force)
-  "Called from `after-update-functions' to update the display.
+  "Called from `after-change-functions' to update the display.
 BEG, END and LENOLD are passed in from the hook.
 An actual update is only done if the regexp has changed or if the
 optional fourth argument FORCE is non-nil."
index 41d8fc1a98fbe5a54adb2578012ab18ee0d58ea1..490b29377714f61077e27b7ee9cf27a2896d7314 100644 (file)
@@ -864,7 +864,7 @@ is in `erc-mode'."
 
 (defvar erc-track-last-non-erc-buffer nil
   "Stores the name of the last buffer you were in before activating
-`erc-track-switch-buffers'.")
+`erc-track-switch-buffer'.")
 
 (defun erc-track-sort-by-activest ()
   "Sort erc-modified-channels-alist by activity.
index cfde84e19aafd35f0176225f37ffbd485001cb25..3033122437ad0c0ad5fc299a9133f165ef8ff4cd 100644 (file)
@@ -4969,7 +4969,7 @@ information if it is not already present in the user or channel
 lists.
 
 If, and only if, changes are made, or the user is added,
-`erc-channel-members-updated-hook' is run, and t is returned.
+`erc-channel-members-changed-hook' is run, and t is returned.
 
 See also: `erc-update-user' and `erc-update-channel-member'."
   (let* (changed user-changed
@@ -6002,7 +6002,7 @@ Sets the buffer local variables:
 - `erc-session-connector'
 - `erc-session-server'
 - `erc-session-port'
-- `erc-session-full-name'
+- `erc-session-user-full-name'
 - `erc-server-current-nick'"
   (setq erc-session-connector erc-server-connect-function
         erc-session-server (erc-compute-server server)
index 0328c1f12faeb759aecaa82e406f483bf928f7d9..adf39061468c00ce53b6389dae8c7db23913ce56 100644 (file)
@@ -547,7 +547,7 @@ list."
        string)))
 
 (defun eshell-directory-files-and-attributes (dir &optional full match nosort id-format)
-  "Make sure to use the handler for `directory-file-and-attributes'."
+  "Make sure to use the handler for `directory-files-and-attributes'."
   (let* ((dir (expand-file-name dir)))
     (if (string-equal (file-remote-p dir 'method) "ftp")
        (let ((files (directory-files dir full match nosort)))
index 4d1d9561d49bcb76f2c1c88555ba02ecfdbdc125..48c1776648f8b6605568b4894fe09deaae8e0548 100644 (file)
@@ -1773,7 +1773,7 @@ If FRAME is nil, that stands for the selected frame."
 (defun defined-colors-with-face-attributes (&optional frame)
   "Return a list of colors supported for a particular frame.
 See `defined-colors' for arguments and return value. In contrast
-to `define-colors' the elements of the returned list are color
+to `defined-colors' the elements of the returned list are color
 strings with text properties, that make the color names render
 with the color they represent as background color."
   (mapcar
index 66ef0824d8afa73a96b32d13c56fa53e6e6daa82..e60478c0b2636afed45ed6ae54a8f2b3462ed1c9 100644 (file)
@@ -172,7 +172,7 @@ well-formed, such as \"user@host\" or \"<user@host>\"."
   :version "25.2")                      ; nil -> t
 
 (defcustom ffap-ftp-default-user "anonymous"
-  "User name in FTP file names generated by `ffap-host-to-path'.
+  "User name in FTP file names generated by `ffap-host-to-filename'.
 Note this name may be omitted if it equals the default
 \(either `efs-default-user' or `ange-ftp-default-user')."
   :type 'string
index 3c07a494206a96907212cc0fd2bcc35314f05209..b2d3bea8aafb4b4c6fe8179f0a6aaa2c2f8442e3 100644 (file)
@@ -46,7 +46,7 @@
 ;;   * `file-cache-add-file-list': Adds a list of files to the cache
 ;;
 ;; The following functions use the regular expressions in
-;; `file-cache-delete-regexps' to eliminate unwanted files:
+;; `file-cache-filter-regexps' to eliminate unwanted files:
 ;;
 ;;   * `file-cache-add-directory': Adds the files in a directory to the
 ;;     cache.  You can also specify a regular expression to match the files
index 9834bcf058715a25b0b01dd225c03186749da6d8..c43c468ead3314d0930148e60dd263238be05d4d 100644 (file)
@@ -52,7 +52,7 @@
 
 ;; BTW, if you close a fileset, files, which have been changed, will
 ;; be silently saved.  Change this behavior by setting
-;; `filesets-save-buffer-fn'.
+;; `filesets-save-buffer-function'.
 
 ;;; Supported modes for inclusion groups (`filesets-ingroup-patterns'):
 ;; - Elisp
index d499da7a8dc9d21b1cd3d260d8988f4c95868fde..f1d823d9f03e4375a22df5e1dbe3d72a6c802c86 100644 (file)
 ;; whatever you would like to do.  These functions are then added to
 ;; a hook.
 ;;
-;; The keymap `follow-key-map' contains key bindings activated by
+;; The keymap `follow-mode-map' contains key bindings activated by
 ;; `follow-mode'.
 ;;
 ;; Example:
@@ -356,7 +356,7 @@ property `follow-mode-use-cache' to non-nil.")
 Used by `follow-window-size-change'.")
 
 (defvar follow-windows-start-end-cache nil
-  "Cache used by `follow-window-start-end'.")
+  "Cache used by `follow-window-start' and `follow-window-end'.")
 
 (defvar follow-fixed-window nil
   "If non-nil, the current window must not be scrolled.
index 506c888ff640a74db8c1d0c84b20603879c020cc..30edebb4e68915947adf0f0d63f7da66fedb163d 100644 (file)
@@ -821,7 +821,7 @@ happens, so the major mode can be corrected."
             ;; `font-lock-keywords-alist'.
             (when top-cell
               (dolist (keyword-list-how-pair (cdr top-cell))
-                ;; `keywords-list-how-pair' is a cons with a list of
+                 ;; `keyword-list-how-pair' is a cons with a list of
                 ;; keywords in the car top-cell and the original how
                 ;; argument in the cdr top-cell.
                 (setcar keyword-list-how-pair
index fcb6075f94ba5f9febe218bad11a562a90d3d522..3f9f1c9980f94379171b7da72c7a25b50fcb4cdf 100644 (file)
 ;; record.
 ;;
 ;; `write-file-functions' is defined to save the actual data file
-;; instead of the buffer data, `revert-file-hook' is defined to
+;; instead of the buffer data, `revert-buffer-function' is defined to
 ;; revert a forms to original.
 \f
 ;;; Code:
index 3429d6560b7377e82b24b0b88d0217246849ce81..f255cfc74a052e46aec908988ecde194c009d150 100644 (file)
@@ -1379,7 +1379,7 @@ SPEC is a predicate specifier that contains stuff like `or', `and',
 (autoload 'ido-completing-read "ido")
 (defun gnus-ido-completing-read (prompt collection &optional require-match
                                         initial-input history def)
-  "Call `ido-completing-read-function'."
+  "Call `ido-completing-read'."
   (ido-completing-read prompt collection nil require-match
                       initial-input history def))
 
index cbdd329f3ec1e12a0efd17eff9cf1bce1b5ccd50..6c425b0ea1695c263a89316fd4e9e6624fb72ca5 100644 (file)
@@ -8019,7 +8019,7 @@ See `gmm-tool-bar-from-list' for the format of the list."
                  (library image &optional path no-error))
 
 (defun message-make-tool-bar (&optional force)
-  "Make a message mode tool bar from `message-tool-bar-list'.
+  "Make a message mode tool bar from `message-tool-bar'.
 When FORCE, rebuild the tool bar."
   (when (and (boundp 'tool-bar-mode)
             tool-bar-mode
index 24a3df1e27a119f211b27c88360164dca3cec14e..a7657c68556b1b8a7f4c7615f2125c29b429ad61 100644 (file)
@@ -178,7 +178,7 @@ The hook functions will be called with the full group name as argument."
 (define-obsolete-variable-alias 'nndiary-request-update-info-hooks
   'nndiary-request-update-info-functions "24.3")
 (defcustom nndiary-request-update-info-functions nil
-  "Hook run after `nndiary-request-update-info-group' is executed.
+  "Hook run after `nndiary-request-update-info' is executed.
 The hook functions will be called with the full group name as argument."
   :group 'nndiary
   :type 'hook)
index b0e79d4f238113f72bc24436308b837d0e666440..9cf766ee465192f58af064d038494f5ece10dd45 100644 (file)
@@ -1761,7 +1761,7 @@ This variable is set by `nnmaildir-request-article'.")
          nnmaildir--cur-server nil)
 
     ;; This slightly obscure invocation of `alist-get' removes SERVER from
-    ;; `nnmaildir-servers'.
+    ;; `nnmaildir--servers'.
     (setf (alist-get (nnmaildir--srv-address server)
                     nnmaildir--servers server 'remove #'equal)
          server))
index 768e941490d1eb6a6e1bb37020fd40832a7ac10a..8025060b0ea38fe29ab9480fc50a2e08c22dfddb 100644 (file)
@@ -65,7 +65,7 @@
 ;; * For non-lossy rotation of JPEG images, the JpegTRAN program is
 ;; needed.
 ;;
-;; * For `image-dired-get-exif-data' and `image-dired-write-exif-data' to work,
+;; * For `image-dired-get-exif-data' and `image-dired-set-exif-data' to work,
 ;; the command line tool `exiftool' is needed.  It can be found here:
 ;; http://www.sno.phy.queensu.ca/~phil/exiftool/.  These two functions
 ;; are, among other things, used for writing comments to image files
@@ -310,7 +310,7 @@ temporary file name (typically generated by pnqnq)."
   :group 'image-dired)
 
 (defcustom image-dired-cmd-optipng-options '("-o5" "%t")
-  "Arguments passed to `image-dired-optipng-program'.
+  "Arguments passed to `image-dired-cmd-optipng-program'.
 Available format specifiers are described in
 `image-dired-cmd-create-thumbnail-options'."
   :version "26.1"
index 4ea8594a9748cd6ed3d1f128c4124a861cb6cc6b..963991d64184fcac6ae438ba2ba8ca00863467f0 100644 (file)
@@ -840,7 +840,7 @@ multiplication factor for the current value."
 N=0 refers to the initial animation frame.
 COUNT is the total number of frames in the animation.
 TIME-ELAPSED is the total time that has elapsed since
-`image-animate-start' was called.
+`image-animate' was called.
 LIMIT determines when to stop.  If t, loop forever.  If nil, stop
  after displaying the last animation frame.  Otherwise, stop
  after LIMIT seconds have elapsed.
index 65c0df8f57c7b7e5b11dce7cc73bea456a9528bf..4567b14da118e94ec90d009dc7d5e3469b0746af 100644 (file)
@@ -240,8 +240,8 @@ JSON object.
 The caller can expect SUCCESS-FN or ERROR-FN to be called with a
 JSONRPC `:result' or `:error' object, respectively.  If this
 doesn't happen after TIMEOUT seconds (defaults to
-`jsonrpc-request-timeout'), the caller can expect TIMEOUT-FN to be
-called with no arguments. The default values of SUCCESS-FN,
+`jrpc-default-request-timeout'), the caller can expect TIMEOUT-FN
+to be called with no arguments. The default values of SUCCESS-FN,
 ERROR-FN and TIMEOUT-FN simply log the events into
 `jsonrpc-events-buffer'.
 
@@ -606,7 +606,7 @@ TIMEOUT is nil)."
       (if (jsonrpc-connection-ready-p connection deferred)
           ;; Server is ready, we jump below and send it immediately.
           (remhash (list deferred buf) (jsonrpc--deferred-actions connection))
-        ;; Otherwise, save in `eglot--deferred-actions' and exit non-locally
+        ;; Otherwise, save in `jsonrpc--deferred-actions' and exit non-locally
         (unless old-id
           (jsonrpc--debug connection `(:deferring ,method :id ,id :params
                                                   ,params)))
index 3feff803e3e8c477bd2c91caa60a4bd769402ef0..5a2391d6272d7946ed1169097b87cbd95905e41f 100644 (file)
@@ -2809,7 +2809,7 @@ The current mail message becomes the message displayed."
        (with-current-buffer rmail-view-buffer
          ;; We give the view buffer a buffer-local value of
          ;; rmail-header-style based on the binding in effect when
-         ;; this function is called; `rmail-toggle-headers' can
+          ;; this function is called; `rmail-toggle-header' can
          ;; inspect this value to determine how to toggle.
          (set (make-local-variable 'rmail-header-style) header-style)
           ;; In case viewing the previous message sets the paragraph
index 92b7d801c7bd54c99bdb6cc53a34d6ef5509d232..c02b095b2ea88bae0e06b84ca3af3fd35903a209 100644 (file)
@@ -134,7 +134,7 @@ introduced in Emacs 22."
 
 (defmacro mh-face-background (face &optional frame inherit)
   "Return the background color name of face, or nil if unspecified.
-See documentation for `back-foreground' for a description of the
+See documentation for `face-background' for a description of the
 arguments FACE, FRAME, and INHERIT.
 This macro is used by Emacs versions that lack an INHERIT argument,
 introduced in Emacs 22."
index eea04c63783525fe7bd68cc4adb0ff3c77d21d0f..ebc5038a1941c80db63defa59e5b70cccf4821e1 100644 (file)
@@ -58,7 +58,7 @@ program, see:
 (defun mh-blacklist-a-msg (message)
   "Blacklist MESSAGE.
 If MESSAGE is nil then the message at point is blacklisted.
-The hook `mh-blacklisted-msg-hook' is called after you mark a message
+The hook `mh-blacklist-msg-hook' is called after you mark a message
 for blacklisting."
   (save-excursion
     (if (numberp message)
index e94947bc7f1d80b5f5afd54249fd9330d6686f1b..f84c1b3094fc4750ab931ad7a342ce00ab1d5c5a 100644 (file)
@@ -164,7 +164,7 @@ STATUS SETTINGS.  HOST is the host domain, PORT is a TCP port
 number, STATUS is the peer status returned by
 `gnutls-peer-status', and SETTINGS is the persistent and session
 settings for the host HOST.  Please refer to the contents of
-`nsm-setting-file' for details.  If a problem is found, the check
+`nsm-settings-file' for details.  If a problem is found, the check
 function is required to return an error message, and nil
 otherwise.
 
index 9e8a3168fd7666d638351989246e1c959322db3e..7adfb49a858f759e5109d4458683b8c5ce5048ce 100644 (file)
@@ -753,7 +753,7 @@ for($i = 0; $i < $n; $i++)
         $stat[1]);
 }
 printf(\")\\n\");' \"$1\" \"$2\" 2>/dev/null"
-  "Perl script implementing `directory-files-attributes' as Lisp `read'able
+  "Perl script implementing `directory-files-and-attributes' as Lisp `read'able
 output.
 Escape sequence %s is replaced with name of Perl binary.
 This string is passed to `format', so percent characters need to be doubled.")
index e6ce9a5d76d4e21f161a2e8f0ade0b2ea7ffb56f..3c2a8cf39c0dbe03c6abdd1e085b81aa3021a993 100644 (file)
        (setq notifications-on-action-object nil)))))
 
 (defun notifications-on-closed-signal (id &optional reason)
-  "Dispatch signals to callback functions from `notifications-on-closed-map'."
+  "Dispatch signals to callback functions from `notifications-on-close-map'."
   ;; notification-daemon prior 0.4.0 does not send a reason.  So we
   ;; make it optional, and assume `undefined' as default.
   (let* ((bus (dbus-event-bus-name last-input-event))
index ad6622714dd315ad8f09993c165e86352c00320e..f139d645dadbfea34b7d7494ca74cfcba56dd771 100644 (file)
@@ -318,7 +318,7 @@ is non-nil."
   "Controls whether inherited tags are converted to bibtex keywords.
 It is relevant only if `org-bibtex-tags-are-keywords' is non-nil.
 Tag inheritance itself is controlled by `org-use-tag-inheritance'
-and `org-exclude-tags-from-inheritance'."
+and `org-tags-exclude-from-inheritance'."
   :group 'org-bibtex
   :version "26.1"
   :package-version '(Org . "8.3")
index a6ddce733c8462c1f544b280fac37f3bff1846e4..5b8e1dbb6d187dab62cbff9df23fde44152ae1e2 100644 (file)
@@ -131,7 +131,7 @@ For example, add \"ARCHIVE\" to this list to avoid numbering
 archived sub-trees.
 
 Tag in this list prevent numbering the whole sub-tree,
-irrespective to `org-use-tags-inheritance', or other means to
+irrespective to `org-use-tag-inheritance', or other means to
 control tag inheritance."
   :group 'org-appearance
   :package-version '(Org . "9.3")
index 568f5b9b873328ef4513dba53774f2b3b960b56f..a7502d188e2e3fb24d2acbd416ee79177b1da589 100644 (file)
@@ -2059,7 +2059,7 @@ taken from the (otherwise obsolete) variable `org-todo-interpretation'."
                   (choice
                    :tag "Interpretation"
                    ;;Quick and dirty way to see
-                   ;;`org-todo-interpretations'.  This takes the
+                    ;;`org-todo-interpretation'.  This takes the
                    ;;place of item arguments
                    :convert-widget
                    (lambda (widget)
index 181092ee9997b5072cd33f1fc6201cf68e16f12e..0c564237da67b160363cb294ab18e36921596c35 100644 (file)
@@ -4721,7 +4721,7 @@ Each element has the form:
 
    (MENU-PART . NUMBER-OF-ITEMS)
 
-See `pr-visible-entry-alist'.")
+See `pr-visible-entry-list'.")
 
 
 (defun pr-menu-index (entry index)
index bf56a7ee49eeb362cbaa193d300e1c16ca17b0d5..e63e4d65fb5923abff82d523b0abfb342aafa408 100644 (file)
@@ -1875,7 +1875,7 @@ cell where the two values determine the area inside the braces."
 (defun antlr-option-spec (level option specs existsp)
   "Return version correct option value specification.
 Return specification for option OPTION of kind level LEVEL.  SPECS
-should correspond to the VALUE-SPEC... in `antlr-option-alists'.
+should correspond to the VALUE-SPEC... in `antlr-options-alists'.
 EXISTSP determines whether the option already exists."
   (let (value)
     (while (and specs (>= antlr-tool-version (caar specs)))
index bb7802593331a8236e442f8fab400f98339170df..c84803a3fabcbd96e360577d0fc7388528b949cf 100644 (file)
@@ -3616,7 +3616,7 @@ completion."
 ;;; Tags query replace & search
 
 (defvar ebrowse-tags-loop-form ()
-  "Form for `ebrowse-loop-continue'.
+  "Form for `ebrowse-tags-loop-continue'.
 Evaluated for each file in the tree.  If it returns nil, proceed
 with the next file.")
 
index bddd1a39fc27fe8d9a86ad1aa7951adb37f38527..1e9e25641d5f2586b98b52a2ed18c9c018d0b7bd 100644 (file)
@@ -86,7 +86,7 @@ SOURCE."
              (cond ((derived-mode-p 'c++-mode) "c++")
                    (t "c")))))
 
-(defvar-local flymake-cc--proc nil "Internal variable for `flymake-gcc'")
+(defvar-local flymake-cc--proc nil "Internal variable for `flymake-cc'")
 
 ;; forward declare this to shoosh compiler (instead of requiring
 ;; flymake-proc)
index 10416ead6032ac27d5af6c7b65945f0e57265657..f5af277dc5eeca9d3e33929dc6a841aaf4b97e1e 100644 (file)
@@ -250,7 +250,7 @@ Effective only if `hide-ifdef-expand-reinclusion-protection' is t."
 
 (defvar hide-ifdef-env-backup nil
   "This variable is a backup of the previously cleared `hide-ifdef-env'.
-This backup prevents any accidental clearance of `hide-fidef-env' by
+This backup prevents any accidental clearance of `hide-ifdef-env' by
 `hif-clear-all-ifdef-defined'.")
 
 (defvar hif-outside-read-only nil
index 785b941402a2e08e5b262346dc0b6174f9fdec41..2d47cdc4068ca40c334cca3f19b9d506044598e0 100644 (file)
@@ -2095,7 +2095,7 @@ virtualenv."
   :group 'python)
 
 (defcustom python-shell-setup-codes nil
-  "List of code run by `python-shell-send-setup-codes'."
+  "List of code run by `python-shell-send-setup-code'."
   :type '(repeat symbol)
   :group 'python)
 
@@ -2383,9 +2383,11 @@ regexps: `python-shell-prompt-regexp',
 
 (defun python-shell-prompt-set-calculated-regexps ()
   "Detect and set input and output prompt regexps.
-Build and set the values for `python-shell-input-prompt-regexp'
-and `python-shell-output-prompt-regexp' using the values from
-`python-shell-prompt-regexp', `python-shell-prompt-block-regexp',
+Build and set the values for
+`python-shell--prompt-calculated-input-regexp' and
+`python-shell--prompt-calculated-output-regexp' using the values
+from `python-shell-prompt-regexp',
+`python-shell-prompt-block-regexp',
 `python-shell-prompt-pdb-regexp',
 `python-shell-prompt-output-regexp',
 `python-shell-prompt-input-regexps',
@@ -2447,7 +2449,7 @@ of `python-shell-buffer-name'."
 
 (defun python-shell-internal-get-process-name ()
   "Calculate the appropriate process name for Internal Python process.
-The name is calculated from `python-shell-global-buffer-name' and
+The name is calculated from `python-shell-buffer-name' and
 the `buffer-name'."
   (format "%s[%s]" python-shell-internal-buffer-name (buffer-name)))
 
@@ -4718,7 +4720,7 @@ customize how labels are formatted."
 (defun python-imenu-create-flat-index (&optional alist prefix)
   "Return flat outline of the current Python buffer for Imenu.
 Optional argument ALIST is the tree to be flattened; when nil
-`python-imenu-build-index' is used with
+`python-imenu-create-index' is used with
 `python-imenu-format-parent-item-jump-label-function'
 `python-imenu-format-parent-item-label-function'
 `python-imenu-format-item-label-function' set to
index a04c26d2764ac6a6f0ebe27dcf003d85f7e16100..7d1f5ef654406d84c49c13c0ad078b8a409535d8 100644 (file)
@@ -2866,8 +2866,8 @@ See `sql-product-alist' for a list of products and supported features."
 
 The KEYWORDS-ONLY flag is passed to font-lock to specify whether
 only keywords should be highlighted and syntactic highlighting
-skipped.  The IMENU flag indicates whether `imenu-mode' should
-also be configured."
+skipped.  The IMENU flag indicates whether `imenu' should also be
+configured."
 
   (let
       ;; Get the product-specific syntax-alist.
index ace30017814013ec2fa79f23e31153efedc8bccd..aade09214c031cce8a3081d23dee0e296a329466 100644 (file)
@@ -2198,7 +2198,7 @@ The values for `ps-line-number-start':
      `ps-line-number-step' inclusive.
 
    * If `ps-line-number-step' is set to `zebra', must be between 1 and the
-     value of `ps-zebra-strip-height' inclusive.  Use this combination if you
+     value of `ps-zebra-stripe-height' inclusive.  Use this combination if you
      wish that line number be relative to zebra stripes."
   :type '(integer :tag "Start Step Interval")
   :version "20"
index 7c688d53fa94db5b63839d62bcd2ecf996af9219..656ad3e79b8b47dc02a0eab2e229154c834a5ba6 100644 (file)
@@ -57,7 +57,7 @@
   (interactive)
   (ps-print-message-from-summary 'rmail-summary-buffer "RMAIL"))
 
-;; Used in `ps-rmail-print-article-from-summary',
+;; Used in `ps-rmail-print-message-from-summary',
 ;; `ps-gnus-print-article-from-summary' and `ps-vm-print-message-from-summary'.
 (defun ps-print-message-from-summary (summary-buffer summary-default)
   (let ((ps-buf (or (and (boundp summary-buffer)
index 218043f2192411c5c602c659f055b02ca2b9e97f..b3811afd71a7fb23cf00eea7848c84737ba85e93 100644 (file)
@@ -395,7 +395,7 @@ left-justification of the result.  Set to error-signal if `ses-call-printer'
 encountered an error during printing.  Otherwise nil.")
 
 (defvar ses-start-time nil
-  "Time when current operation started.  Used by `ses-time-check' to decide
+  "Time when current operation started.  Used by `ses--time-check' to decide
 when to emit a progress message.")
 
 
index 364689ccdbffa5a3044ff0449a13f1518685a0a8..c8b36e205fd935307bf77f4c16a2743424328dd6 100644 (file)
@@ -1509,7 +1509,7 @@ Consider using a subdirectory instead, e.g.: %s"
 (defun x-apply-session-resources ()
   "Apply X resources which specify initial values for Emacs variables.
 This is called from a window-system initialization function, such
-as `x-initialize-window-system' for X, either at startup (prior
+as `window-system-initialization' for X, either at startup (prior
 to reading the init file), or afterwards when the user first
 opens a graphical frame.
 
index 7a88744540be2e24e6a4743ba31225e5d4c2074d..334e1a72d38043539ef21b794d2321e0934a4069 100644 (file)
 ;; The default value (9) should be fine for most decent computers.
 ;; NOTE: This variable should not be set to a number less than 3.
 
-;; `strokes-display-strokes-buffer' will allow you to hide the strokes
+;; `strokes-use-strokes-buffer' will allow you to hide the strokes
 ;; buffer when doing simple strokes.  This is a speedup for slow
 ;; computers as well as people who don't want to see their strokes.
 
@@ -579,7 +579,7 @@ The grid is a square whose dimension is [0,GRID-RESOLUTION)."
 
 (defun strokes-fill-stroke (unfilled-stroke &optional force)
   "Fill in missing grid locations in the list of UNFILLED-STROKE.
-If FORCE is non-nil, then fill the stroke even if it's `stroke-click'.
+If FORCE is non-nil, then fill the stroke even if it's `strokes-click-p'.
 NOTE: This is where the global variable `strokes-last-stroke' is set."
   (setq strokes-last-stroke            ; this is global
        (if (and (strokes-click-p unfilled-stroke)
@@ -1629,7 +1629,7 @@ Optional FORCE non-nil will ignore the buffer's read-only status."
          ;; The comment below is what I'd have to do if I wanted to
          ;; deal with random newlines in the midst of the compressed
          ;; strings.  If I do this, I'll also have to change
-         ;; `strokes-xpm-to-compress-string' to deal with the newline,
+          ;; `strokes-xpm-to-compressed-string' to deal with the newline,
          ;; and possibly other whitespace stuff.  YUCK!
          ;;      (while (re-search-forward "\\+/\\(\\w\\|\\)+/" nil t nil (get-buffer buffer))
          (while (with-current-buffer buffer
index 9de5ac66c7ddf73e3b91260f6bda9a12c2cc51bd..ea072ff9dd7715ef14a3f16cb5867b5d492b8d96 100644 (file)
@@ -540,7 +540,7 @@ and insert the results."
 ;;; tempo-forward-mark
 
 (defun tempo-forward-mark ()
-  "Jump to the next mark in `tempo-forward-mark-list'."
+  "Jump to the next mark in `tempo-marks'."
   (interactive)
   (let ((next-mark (catch 'found
                     (mapc
@@ -558,7 +558,7 @@ and insert the results."
 ;;; tempo-backward-mark
 
 (defun tempo-backward-mark ()
-  "Jump to the previous mark in `tempo-back-mark-list'."
+  "Jump to the previous mark in `tempo-marks'."
   (interactive)
   (let ((prev-mark (catch 'found
                     (let (last)
index 9f08772ec303fc7e2d8cd221f8c180a9de2ec6f1..eb07bb4d910f34dcff2f4c8390596d2bf29022a6 100644 (file)
@@ -598,7 +598,7 @@ This variable is initialized by the `artist-make-prev-next-op-alist' function.")
     (define-key map "\C-c\C-a\C-b" 'artist-submit-bug-report)
     (define-key map [menu-bar artist] (cons "Artist" artist-menu-map))
     map)
-  "Keymap for `artist-minor-mode'.")
+  "Keymap for `artist-mode'.")
 
 (defvar artist-replacement-table (make-vector 256 0)
   "Replacement table for `artist-replace-char'.")
@@ -1963,7 +1963,8 @@ Return a list (RETURN-CODE STDOUT STDERR)."
 
 (defsubst artist-get-char-at-xy (x y)
   "Return the character found at column X, row Y.
-Also updates the variables `artist-draw-min-y' and `artist-draw-max-y'."
+Also updates the variables `artist-draw-region-min-y' and
+`artist-draw-region-max-y'."
   (artist-move-to-xy x y)
   (let ((curr-y (artist-current-line)))
     (setq artist-draw-region-min-y (min curr-y artist-draw-region-min-y))
@@ -5594,8 +5595,8 @@ The event, EV, is the mouse event."
 ;;         - artist-key-set-point-xxx for setting a point in the
 ;;           mode, to be called from `artist-key-set-point-common'.
 ;;
-;;         - artist-key-do-continuously-xxx to be called from
-;;           `artist-key-do-continuously-common' whenever the user
+;;         - artist-key-do-continously-xxx to be called from
+;;           `artist-key-do-continously-common' whenever the user
 ;;           moves around.
 ;;
 ;;         As for the artist-mouse-draw-xxx, these two functions must
index cb0494ee91c4f706fd7b84229f40bdada6c36873..1e4343cc6bef18462162a9003a9ad7862853f1a0 100644 (file)
@@ -1624,8 +1624,7 @@ With prefix argument, prompt for cvs flags."
 (defun-cvs-mode (cvs-mode-diff . DOUBLE) (flags)
   "Diff the selected files against the repository.
 This command compares the files in your working area against the
-revision which they are based upon.
-See also `cvs-diff-ignore-marks'."
+revision which they are based upon."
   (interactive
    (list (cvs-add-branch-prefix
          (cvs-add-secondary-branch-prefix
index 5c4ff83d82d976165cc7a623c118719923a87e76..7b75495ad84b86e10c6aa83745aa9a023a99c878 100644 (file)
@@ -5404,7 +5404,7 @@ frame.  The selected window is not changed by this function."
                (set-window-parameter
                 (window-parent new) 'window-side window-side))))
           ((eq window-combination-resize 'atom)
-           ;; Make sure `window--check-frame' won't destroy an existing
+            ;; Make sure `window--check' won't destroy an existing
            ;; atomic window in case the new window gets nested inside.
            (unless (window-parameter window 'window-atom)
              (set-window-parameter window 'window-atom t))
index 56d1bdb110e3ad427287e2d7a74e4708d7f54d38..69e5de32bfb0b74c6339457de0c6129e22503422 100644 (file)
@@ -867,7 +867,8 @@ baz\"\""
     (should (equal (buffer-string) "int main () {\n  \n}"))))
 
 (ert-deftest electric-layout-control-reindentation ()
-  "Same as `e-l-int-main-kernel-style', but checking Bug#35254."
+  "Same as `emacs-lisp-int-main-kernel-style', but checking
+Bug#35254."
   (ert-with-test-buffer ()
     (plainer-c-mode)
     (electric-layout-local-mode 1)
index 12164b46ec3dd4b56a6cc69f33619b55113b0bf1..fbc71e0ec8646d0ddac9357230a639fd7bc2ea12 100644 (file)
@@ -41,7 +41,7 @@
          (backtrace-mode)
          (setq backtrace-frames (backtrace-get-frames))
          (let ((this-index))
-           ;; Discard all past `backtrace-tests-make-backtrace'.
+           ;; Discard all past `backtrace-tests--make-backtrace'.
            (dotimes (index (length backtrace-frames))
              (when (eq (backtrace-frame-fun (nth index backtrace-frames))
                        'backtrace-tests--make-backtrace)
index 41811c9dc0711bd7507329344fd16f765dc57212..88c4a0fe175719be1f3ebe87b2f7b76199675bd6 100644 (file)
@@ -210,7 +210,7 @@ All other elements will be nil."
 (defvar edebug-tests-thunks nil
   "List containing thunks to run after each command in a keyboard macro.")
 (defvar edebug-tests-kbd-macro-index nil
-  "Index into `edebug-tests-run-unpacked-kbd-macro's current keyboard macro.")
+  "Index into `edebug-tests-run-kbd-macro's current keyboard macro.")
 
 (defun edebug-tests-run-macro (kbdmac &rest thunks)
   "Run a keyboard macro and execute a thunk after each command in it.
index ac56a7732f2d6b57b95cbc142b769ef9cc212a5f..11e1f4db7940218beaac8fbee72fb92468587abd 100644 (file)
@@ -960,7 +960,7 @@ unquoted file names."
           (let ((linkname (expand-file-name "link" nospecial-dir)))
             (should-error (make-symbolic-link tmpfile linkname))))))))
 
-;; See `files-tests--file-name-non-special--subprocess'.
+;; See `files-tests-file-name-non-special--subprocess'.
 ;; (ert-deftest files-tests-file-name-non-special-process-file ())
 
 (ert-deftest files-tests-file-name-non-special-rename-file ()
@@ -1104,7 +1104,7 @@ unquoted file names."
   (files-tests--with-temp-non-special-and-file-name-handler (tmpfile nospecial)
     (should (equal (vc-registered nospecial) (vc-registered tmpfile)))))
 
-;; See test `files-tests--file-name-non-special--buffers'.
+;; See test `files-tests-file-name-non-special--buffers'.
 ;; (ert-deftest files-tests-file-name-non-special-verify-visited-file-modtime ())
 
 (ert-deftest files-tests-file-name-non-special-write-region ()
index 61c200756337c43c2a32e6e4537438e07b675843..4c9650f556c002b2c163c87d205fdfb3eb05e06d 100644 (file)
   (uudecode-tests-read-file
    (expand-file-name "uuencoded.txt" uudecode-tests-data-dir))
   "Uuencoded data for bookmark-tests.el
-Same as `bookmark-tests-decoded-str' but uuencoded.")
+Same as `uudecode-tests-decoded-str' but uuencoded.")
 (defvar uudecode-tests-decoded-str
   (uudecode-tests-read-file
    (expand-file-name "uudecoded.txt" uudecode-tests-data-dir))
   "Plain text data for bookmark-tests.el
-Same as `bookmark-tests-encoded-str' but plain text.")
+Same as `uudecode-tests-encoded-str' but plain text.")
 
 (ert-deftest uudecode-tests-decode-region-internal ()
   ;; Write to buffer
index 094a1fad8fa07595578f3b1d01153933b676b69a..899025b4c913fa121cb748f67c88198598e97433 100644 (file)
 ;; Optional 5th arg TRANSLATOR is a function to translate the original
 ;; file contents to match with the expected result of decoding.  For
 ;; instance, when a file of dos eol-type is read by unix eol-type,
-;; `decode-test-lf-to-crlf' must be specified.
+;; `coding-tests-lf-to-crlf' must be specified.
 
 (defun coding-tests (content-type write-coding read-coding detected-coding
                                   &optional translator)