]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
Fix minor text quoting problems in lisp top level
[gnu-emacs] / lisp / info.el
index 21dbca9ee583abc1d0d28d33c64c828d096568ee..2c92df4ec16aacb51e60fa6c1e292441ffd70c54 100644 (file)
@@ -3763,7 +3763,7 @@ Build a menu of the possible matches."
     ;; I think nxml is the only exception - maybe it should be just be renamed.
     (let ((str (ignore-errors (lm-commentary (find-library-name nodename)))))
       (if (null str)
-         (insert "Can't find package description.\n\n")
+         (insert "Cant find package description.\n\n")
        (insert
         (with-temp-buffer
           (insert str)