diff options
| author | Mattias EngdegÄrd | 2023-06-29 11:21:53 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-06-29 11:24:47 +0200 |
| commit | cecbe92d5d99c427bcbeafc6ee2e53d6aac334e8 (patch) | |
| tree | 6becc22850a3aea2729ec023ea48072ba8c041db /etc | |
| parent | 042f0d6a14cd99eb9d33cfccc6239534bc40e712 (diff) | |
| download | emacs-cecbe92d5d99c427bcbeafc6ee2e53d6aac334e8.tar.gz emacs-cecbe92d5d99c427bcbeafc6ee2e53d6aac334e8.zip | |
; * lisp/misc.el (duplicate-line-final-position): doc precision
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -698,7 +698,7 @@ between these modes while the user is inputting a command by hitting | |||
| 698 | works like 'duplicate-line'. An active rectangular region is | 698 | works like 'duplicate-line'. An active rectangular region is |
| 699 | duplicated on its right-hand side. The new user option | 699 | duplicated on its right-hand side. The new user option |
| 700 | 'duplicate-line-final-position' specifies where to move point | 700 | 'duplicate-line-final-position' specifies where to move point |
| 701 | after duplicating the line. | 701 | after duplicating a line. |
| 702 | 702 | ||
| 703 | --- | 703 | --- |
| 704 | ** Files with the ".eld" extension are now visited in 'lisp-data-mode'. | 704 | ** Files with the ".eld" extension are now visited in 'lisp-data-mode'. |