diff options
| author | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
| commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
| tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/emulation | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/vip.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/ws-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index b710df35f66..e343bf71cbb 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -627,7 +627,7 @@ to vip-d-com for later use by vip-repeat" | |||
| 627 | 627 | ||
| 628 | (defun vip-repeat (arg) | 628 | (defun vip-repeat (arg) |
| 629 | "(ARG) Re-execute last destructive command. vip-d-com has the form | 629 | "(ARG) Re-execute last destructive command. vip-d-com has the form |
| 630 | (COM ARG CH REG), where COM is the command to be re-executed, ARG is the | 630 | \(COM ARG CH REG), where COM is the command to be re-executed, ARG is the |
| 631 | argument for COM, CH is a flag for repeat, and REG is optional and if exists | 631 | argument for COM, CH is a flag for repeat, and REG is optional and if exists |
| 632 | is the name of the register for COM." | 632 | is the name of the register for COM." |
| 633 | (interactive "P") | 633 | (interactive "P") |
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." | |||
| 699 | 699 | ||
| 700 | (defun ws-kill-bol () | 700 | (defun ws-kill-bol () |
| 701 | "In WordStar mode: Kill to beginning of line | 701 | "In WordStar mode: Kill to beginning of line |
| 702 | (like WordStar, not like Emacs)." | 702 | \(like WordStar, not like Emacs)." |
| 703 | (interactive) | 703 | (interactive) |
| 704 | (let ((p (point))) | 704 | (let ((p (point))) |
| 705 | (beginning-of-line) | 705 | (beginning-of-line) |