summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-08 14:08:47 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-08 14:23:29 +0200
commit3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch)
tree6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /lisp/help-fns.el
parentcf30432a14b935726cd0845ae490bdd5b94625ab (diff)
downloademacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz
; Fix typos
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 768023b54c2..59a509b2215 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -799,7 +799,7 @@ the C sources, too."
;; different purposes, such as function name, var name, face name,
;; property name, ...).
(concat
- ;; The main "canonical" occurence of symbols is within '...'.
+ ;; The main "canonical" occurrence of symbols is within '...'.
"'" quoted "'"
;; Commands can also occur as `M-x blabla'.
"\\|M-x[ \t\n]+" quoted "\\_>"