changeset 74848:75360a225c60

(delete-horizontal-space): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Dec 2006 18:08:24 +0000
parents e282f9062d8d
children 7fc90ba89d9d
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Dec 23 18:07:36 2006 +0000
+++ b/lisp/simple.el	Sat Dec 23 18:08:24 2006 +0000
@@ -706,7 +706,7 @@
 
 (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