summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-30 23:15:54 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-30 23:18:45 +0200
commit6908309827c573288a029b74aa999adc057958be (patch)
treee152f1d3fefb87d5dc739054d8635faa18f52520 /lisp/vc/diff-mode.el
parentdc3cb749f3d7aa5c807049f62141168e0ee580f2 (diff)
downloademacs-6908309827c573288a029b74aa999adc057958be.tar.gz
emacs-6908309827c573288a029b74aa999adc057958be.tar.bz2
emacs-6908309827c573288a029b74aa999adc057958be.zip
Doc fixes: don't refer to some obsolete items
* admin/notes/multi-tty: * lisp/chistory.el (command-history): * lisp/emacs-lisp/nadvice.el: * lisp/vc/diff-mode.el: Doc fix; don't refer to obsolete variables and functions.
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index cd1e1b9d087..f366261ae05 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2053,7 +2053,7 @@ For use in `add-log-current-defun-function'."
(re-search-forward "^[^ ]" nil t))
(pcase-let ((`(,buf ,_line-offset ,pos ,src ,dst ,switched)
(ignore-errors ;Signals errors in place of prompting.
- ;; Use `noprompt' since this is used in which-func-mode
+ ;; Use `noprompt' since this is used in which-function-mode
;; and such.
(diff-find-source-location nil nil 'noprompt))))
(when buf