diff lisp/prim/simple.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
line wrap: on
line diff
--- a/lisp/prim/simple.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/prim/simple.el	Mon Aug 13 08:52:29 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)))
@@ -3059,7 +3059,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.")