diff options
| author | Glenn Morris | 2012-07-02 18:42:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-02 18:42:45 -0400 |
| commit | cb4429739a65b6a17511ef85cdcb1846c5a088c2 (patch) | |
| tree | 30bcb16b608cc7873fa787035899a832ba4fde41 | |
| parent | 93842198fc2b3c3bb678588372034bbaa09a768b (diff) | |
| download | emacs-cb4429739a65b6a17511ef85cdcb1846c5a088c2.tar.gz emacs-cb4429739a65b6a17511ef85cdcb1846c5a088c2.zip | |
* lisp/simple.el (kill-whole-line): Doc tweak.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74914cd973c..e5f4bb8f770 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (kill-whole-line): Doc tweak. | ||
| 4 | |||
| 1 | 2012-07-01 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-07-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * files.el (file-relative-name): Compare file names | 7 | * files.el (file-relative-name): Compare file names |
diff --git a/lisp/simple.el b/lisp/simple.el index 4187e296439..c83fe18c9c9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3500,7 +3500,7 @@ Goes backward if ARG is negative; error if CHAR not found." | |||
| 3500 | ;; kill-line and its subroutines. | 3500 | ;; kill-line and its subroutines. |
| 3501 | 3501 | ||
| 3502 | (defcustom kill-whole-line nil | 3502 | (defcustom kill-whole-line nil |
| 3503 | "If non-nil, `kill-line' with no arg at beg of line kills the whole line." | 3503 | "If non-nil, `kill-line' with no arg at start of line kills the whole line." |
| 3504 | :type 'boolean | 3504 | :type 'boolean |
| 3505 | :group 'killing) | 3505 | :group 'killing) |
| 3506 | 3506 | ||