]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in symbol names
authorStefan Kangas <stefankangas@gmail.com>
Thu, 27 Oct 2022 21:04:37 +0000 (23:04 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 27 Oct 2022 21:04:37 +0000 (23:04 +0200)
lisp/allout-widgets.el
lisp/cedet/ede/locate.el
lisp/gnus/gnus-bookmark.el
test/lisp/autorevert-tests.el

index 7a65777d323eb1d6c02b38e8f61c8c4f1af51dad..4eab2c11c635c3443ef4c1c053a57d38f132591e 100644 (file)
@@ -2177,7 +2177,7 @@ Operation is inhibited by `allout-inhibit-body-modification-handler'."
 ;; ?? Escapes removal (before changes) is not done when edits span multiple
 ;; items, recognizing that item structure is being preserved, including
 ;; escaping of item-prefix-like text within bodies.  See
-;; `allout-before-modification-handler' and
+;; `allout-body-modification-handler' and
 ;; `allout-inhibit-body-modification-handler'.
 ;;
 ;; Adds the overlay to the `allout-unresolved-body-mod-workroster' during
index dc465a79f2b652e487b36178e2cd672c3c7beb75..3d89419364f7777234163403f06787907c3861c9 100644 (file)
@@ -315,7 +315,7 @@ that created this EDE locate object."
   ()
   "EDE Locator using Cscope.
 Configure EDE's use of Cscope through the cedet-cscope.el
-file name searching variable `cedet-cscope-file-command'.")
+file name searching variable `cedet-cscope-command'.")
 
 (cl-defmethod initialize-instance ((loc ede-locate-cscope)
                                   &rest _slots)
index 18732218c9fd25fd208c68c6643185e3ddb9f303..29d963984b2897993fc25203be47ccdfdb254981 100644 (file)
@@ -65,7 +65,7 @@
 ;; http://thread.gmane.org/v9fxx9fkm4.fsf@marauder.physik.uni-ulm.de
 
 ;; FIXME: Check if `gnus-bookmark.el' should use
-;; `bookmark-make-cell-function'.
+;; `bookmark-make-record-function'.
 ;; Cf. http://article.gmane.org/gmane.emacs.gnus.general/66076
 
 (defgroup gnus-bookmark nil
index 4bbff6d0578f1ac4b2982e801e356d9272c7b9e0..568820ec42cbc88381c5b7322bf37affccac7d4c 100644 (file)
@@ -507,7 +507,7 @@ This expects `auto-revert--messages' to be bound by
                  (should (equal (auto-revert-test--buffer-string buf-1) "1-a"))
                  (auto-revert-test--write-file "1-b" file-1)
                  ;; Since the file is deleted, it needs at least
-                 ;; `autorevert-interval' to recognize the new file,
+                 ;; `auto-revert-interval' to recognize the new file,
                  ;; while polling.  So increase the timeout.
                  (auto-revert-test--wait-for-buffer-text
                   buf-1 "1-b" (* 2 (auto-revert--timeout)))