]> code.delx.au - gnu-emacs/blobdiff - lisp/apropos.el
Add a couple cells to lisp-prettify-symbols-alist
[gnu-emacs] / lisp / apropos.el
index caeb7cafd124866680617fa71f15e7008ecb2e51..7c9ec12c2e0bb7601a8f9f5bd9ebaa074f8e118b 100644 (file)
@@ -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)