diff lisp/emulation/ws-mode.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 3e1323443b1a
children 5b2b84efaeb9
line wrap: on
line diff
--- a/lisp/emulation/ws-mode.el	Sun May 22 22:00:39 1994 +0000
+++ b/lisp/emulation/ws-mode.el	Sun May 22 22:14:17 1994 +0000
@@ -699,7 +699,7 @@
 
 (defun ws-kill-bol ()
   "In WordStar mode: Kill to beginning of line 
-(like WordStar, not like Emacs)."
+\(like WordStar, not like Emacs)."
   (interactive)
   (let ((p (point)))
     (beginning-of-line)