summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-27 23:04:37 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-27 23:04:37 +0200
commit41d3d71a1e6709a7357c1c7aeae4f49cd65fb602 (patch)
tree7ef2b8de950ceb9b23d185be99402cba35eaac46 /lisp
parentc6ec08e49af84ac35d0f793d01390a8b8c991f18 (diff)
downloademacs-41d3d71a1e6709a7357c1c7aeae4f49cd65fb602.tar.gz
emacs-41d3d71a1e6709a7357c1c7aeae4f49cd65fb602.tar.bz2
emacs-41d3d71a1e6709a7357c1c7aeae4f49cd65fb602.zip
; Fix typos in symbol names
Diffstat (limited to 'lisp')
-rw-r--r--lisp/allout-widgets.el2
-rw-r--r--lisp/cedet/ede/locate.el2
-rw-r--r--lisp/gnus/gnus-bookmark.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index 7a65777d323..4eab2c11c63 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -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
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el
index dc465a79f2b..3d89419364f 100644
--- a/lisp/cedet/ede/locate.el
+++ b/lisp/cedet/ede/locate.el
@@ -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)
diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el
index 18732218c9f..29d963984b2 100644
--- a/lisp/gnus/gnus-bookmark.el
+++ b/lisp/gnus/gnus-bookmark.el
@@ -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