]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-horizontal-space): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Dec 2006 18:08:24 +0000 (18:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Dec 2006 18:08:24 +0000 (18:08 +0000)
lisp/simple.el

index 2043a20cf9b5c2dab9a4a825e0c390ace657fe6e..da0f95c0ec620dea8b227bf141ebe4e2c7e122b5 100644 (file)
@@ -706,7 +706,7 @@ Leave one space or none, according to the context."
 
 (defun delete-horizontal-space (&optional backward-only)
   "Delete all spaces and tabs around point.
-If BACKWARD-ONLY is non-nil, only delete spaces before point."
+If BACKWARD-ONLY is non-nil, only delete them before point."
   (interactive "*P")
   (let ((orig-pos (point)))
     (delete-region