diff options
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index caeb7cafd12..7c9ec12c2e0 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -871,7 +871,7 @@ Returns list of symbols and documentation found." ((consp doc) (apropos-documentation-check-elc-file (car doc))) ((and doc - ;; Sanity check in case bad data has snuck into the + ;; Sanity check in case bad data sneaked into the ;; documentation slot. (stringp doc) (string-match apropos-all-words-regexp doc) |