summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:52:50 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:53:31 -0700
commit743a32a153a8b77c379b33b204cf7ae30d9edd2b (patch)
treeaffc0c34d6f62d4a23d09720814d37029c61ae97 /lisp/apropos.el
parent3707f609cb8017371610a5e2233bd8478416217c (diff)
downloademacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.gz
emacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.bz2
emacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.zip
; Spelling and quoting fixes
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
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)