diff options
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
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 "\\_>" |