diff lisp/prim/simple.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents cf808b4c4290
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/prim/simple.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/prim/simple.el	Mon Aug 13 09:18:39 2007 +0200
@@ -480,7 +480,7 @@
 
 ;; XEmacs
 (defun count-lines-buffer (b)
-  "Print number of lines and charcters in the specified buffer."
+  "Print number of lines and characters in the specified buffer."
   (interactive "_b")
   (save-excursion
     (let ((buf (or b (current-buffer)))
@@ -3060,7 +3060,7 @@
 
 (defvar log-message-filter-function 'log-message-filter
   "Value must be a function of two arguments: a symbol (label) and 
-a string (messsage).  It should return non-nil to indicate a message
+a string (message).  It should return non-nil to indicate a message
 should be logged.  Possible values include 'log-message-filter and
 'log-message-filter-errors-only.")