projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e17fd
)
; * lisp/emacs-lisp/checkdoc.el (checkdoc-in-abbreviation-p): Doc fix.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 23 Sep 2021 21:01:25 +0000
(23:01 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 24 Sep 2021 10:28:10 +0000
(12:28 +0200)
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index cae65eba8ea5b0e465830891a3b08d592bd04019..06720cfa2eb372915001fbebf4f8344499d9c24d 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-2093,7
+2093,7
@@
The text checked is between START and LIMIT."
(defun checkdoc-in-abbreviation-p (begin)
"Return non-nil if point is at an abbreviation.
-Examples of
abbreviations handled
: \"e.g.\", \"i.e.\", \"cf.\"."
+Examples of
recognized abbreviations
: \"e.g.\", \"i.e.\", \"cf.\"."
(save-excursion
(goto-char begin)
(condition-case nil
@@
-2120,7
+2120,7
@@
Examples of abbreviations handled: \"e.g.\", \"i.e.\", \"cf.\"."
"etc" ; etc.
"vs" ; vs.
;; Some non-standard or less common ones that we
- ;; might as well
ignore
.
+ ;; might as well
accept
.
"Inc" "Univ" "misc" "resp")
"."))))
(error t))))