diff options
| author | Glenn Morris | 2019-01-12 14:47:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-01-12 14:47:33 -0800 |
| commit | 6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3 (patch) | |
| tree | e43b4c6136a08ef785fa84e34082de1a7843a44d /lisp | |
| parent | 21b902692828d25bae492c42167281bf1b178bd1 (diff) | |
| download | emacs-6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3.tar.gz emacs-6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3.zip | |
; Fix some trivial doc typos
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | lisp/dired.el | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.1 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 3b72cb680ca..0c0349c9d99 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -8873,7 +8873,7 @@ | |||
| 8873 | 2006-06-06 Nick Roberts <nickrob@snap.net.nz> | 8873 | 2006-06-06 Nick Roberts <nickrob@snap.net.nz> |
| 8874 | 8874 | ||
| 8875 | * progmodes/gud.el (gud-running): Fix doc string. | 8875 | * progmodes/gud.el (gud-running): Fix doc string. |
| 8876 | (gud-menu-map): Use :visible instead fo :enable for debugger test. | 8876 | (gud-menu-map): Use :visible instead of :enable for debugger test. |
| 8877 | (gud-tooltip-modes): Add python-mode. | 8877 | (gud-tooltip-modes): Add python-mode. |
| 8878 | (gud-tooltip-print-command): Add pdb. Remove perldb. | 8878 | (gud-tooltip-print-command): Add pdb. Remove perldb. |
| 8879 | 8879 | ||
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index f4b96ec909f..b3686af0d07 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -12376,7 +12376,7 @@ | |||
| 12376 | when turning on Encoded-kbd mode, and recover it when turning off | 12376 | when turning on Encoded-kbd mode, and recover it when turning off |
| 12377 | Encoded-kbd mode. Set encoded-kbd-iso2022-designations correctly. | 12377 | Encoded-kbd mode. Set encoded-kbd-iso2022-designations correctly. |
| 12378 | (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension | 12378 | (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension |
| 12379 | instead fo charset-bytes. | 12379 | instead of charset-bytes. |
| 12380 | (encoded-kbd-self-insert-iso2022-8bit): Likewise. | 12380 | (encoded-kbd-self-insert-iso2022-8bit): Likewise. |
| 12381 | 12381 | ||
| 12382 | * language/china-util.el (setup-chinese-gb-environment): Do not | 12382 | * language/china-util.el (setup-chinese-gb-environment): Do not |
diff --git a/lisp/dired.el b/lisp/dired.el index bfbb87ec2c1..c831c5e93da 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1694,7 +1694,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST." | |||
| 1694 | 1694 | ||
| 1695 | ;; Make menu bar items. | 1695 | ;; Make menu bar items. |
| 1696 | 1696 | ||
| 1697 | ;; No need to fo this, now that top-level items are fewer. | 1697 | ;; No need to do this, now that top-level items are fewer. |
| 1698 | ;;;; | 1698 | ;;;; |
| 1699 | ;; Get rid of the Edit menu bar item to save space. | 1699 | ;; Get rid of the Edit menu bar item to save space. |
| 1700 | ;(define-key map [menu-bar edit] 'undefined) | 1700 | ;(define-key map [menu-bar edit] 'undefined) |
diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1 index fbb64ea06e2..97b5d3f97be 100644 --- a/lisp/erc/ChangeLog.1 +++ b/lisp/erc/ChangeLog.1 | |||
| @@ -11443,7 +11443,7 @@ | |||
| 11443 | * erc.el: * Added command-names to completion (erc-command-table) | 11443 | * erc.el: * Added command-names to completion (erc-command-table) |
| 11444 | * New variable erc-auto-query. When set, every arriving message to you | 11444 | * New variable erc-auto-query. When set, every arriving message to you |
| 11445 | will open a query buffer for that sender if not already open. | 11445 | will open a query buffer for that sender if not already open. |
| 11446 | * Compatibility function fo non-existing line-beginning|end-position functions in XEmacs. | 11446 | * Compatibility function for non-existing line-beginning|end-position functions in XEmacs. |
| 11447 | 11447 | ||
| 11448 | 2001-10-03 Mario Lang <mlang@delysid.org> | 11448 | 2001-10-03 Mario Lang <mlang@delysid.org> |
| 11449 | 11449 | ||