diff options
| author | Juanma Barranquero | 2006-11-27 17:02:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-27 17:02:43 +0000 |
| commit | 821a311f993a12b073e2378fd4db0fd1b9d5f4bf (patch) | |
| tree | aef90bf712e4c233e399b7ca85ac5e53342b98db | |
| parent | e593caf292deafc011d54d52d13ae84f3dafc9c9 (diff) | |
| download | emacs-821a311f993a12b073e2378fd4db0fd1b9d5f4bf.tar.gz emacs-821a311f993a12b073e2378fd4db0fd1b9d5f4bf.zip | |
(zap-up-to-char): Doc fix.
| -rw-r--r-- | lisp/misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el index a79328343ae..522ffef9cb7 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -62,7 +62,7 @@ The characters copied are inserted in the buffer before point." | |||
| 62 | ;; Variation of `zap-to-char'. | 62 | ;; Variation of `zap-to-char'. |
| 63 | 63 | ||
| 64 | (defun zap-up-to-char (arg char) | 64 | (defun zap-up-to-char (arg char) |
| 65 | "Kill up to, but not including ARG'th occurrence of CHAR. | 65 | "Kill up to, but not including ARGth occurrence of CHAR. |
| 66 | Case is ignored if `case-fold-search' is non-nil in the current buffer. | 66 | Case is ignored if `case-fold-search' is non-nil in the current buffer. |
| 67 | Goes backward if ARG is negative; error if CHAR not found. | 67 | Goes backward if ARG is negative; error if CHAR not found. |
| 68 | Ignores CHAR at point." | 68 | Ignores CHAR at point." |