summaryrefslogtreecommitdiff
path: root/lisp/emulation/ws-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/ws-mode.el')
-rw-r--r--lisp/emulation/ws-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 26aea825b7f..d0fb619398f 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -699,7 +699,7 @@ This will only work for errors raised by WordStar mode functions."
(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)