diff options
| author | Pavel Janík | 2001-12-18 21:39:17 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-18 21:39:17 +0000 |
| commit | fa04b275d20e389cd2be71dca347cb9e262205ac (patch) | |
| tree | 1badd41acff40f29cccb219bbb4ad4895dcb6532 | |
| parent | a41deb9f14bc830372e2d22d38d7930e0e1cd53d (diff) | |
| download | emacs-fa04b275d20e389cd2be71dca347cb9e262205ac.tar.gz emacs-fa04b275d20e389cd2be71dca347cb9e262205ac.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 6db748a57d1..adc712aeff6 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -12549,18 +12549,18 @@ | |||
| 12549 | 12549 | ||
| 12550 | 1988-09-19 Richard Stallman (rms@mole.ai.mit.edu) | 12550 | 1988-09-19 Richard Stallman (rms@mole.ai.mit.edu) |
| 12551 | 12551 | ||
| 12552 | * * shell.el: New commands TAB, M-n, M-p. | 12552 | * shell.el: New commands TAB, M-n, M-p. |
| 12553 | (shell-complete-file-name): New function. | 12553 | (shell-complete-file-name): New function. |
| 12554 | (shell-completion-cleanup): New function, called from | 12554 | (shell-completion-cleanup): New function, called from |
| 12555 | kill-shell-input and shell-send-input. | 12555 | kill-shell-input and shell-send-input. |
| 12556 | (kill-output-from-shell): Kill back to last recognized prompt. | 12556 | (kill-output-from-shell): Kill back to last recognized prompt. |
| 12557 | (shell-{next,prev}-command): New motion commands. | 12557 | (shell-{next,prev}-command): New motion commands. |
| 12558 | 12558 | ||
| 12559 | * * text-mode.el (center-region): Don't change blank lines. | 12559 | * text-mode.el (center-region): Don't change blank lines. |
| 12560 | 12560 | ||
| 12561 | 1988-09-17 Richard Stallman (rms@mole.ai.mit.edu) | 12561 | 1988-09-17 Richard Stallman (rms@mole.ai.mit.edu) |
| 12562 | 12562 | ||
| 12563 | * * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp. | 12563 | * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp. |
| 12564 | 12564 | ||
| 12565 | 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) | 12565 | 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) |
| 12566 | 12566 | ||
| @@ -12570,12 +12570,12 @@ | |||
| 12570 | via the shell. | 12570 | via the shell. |
| 12571 | * compile.el (compile1): Call that. | 12571 | * compile.el (compile1): Call that. |
| 12572 | 12572 | ||
| 12573 | * * server.el (server-temp-file-p): New function for recognizing | 12573 | * server.el (server-temp-file-p): New function for recognizing |
| 12574 | which files are temp files. | 12574 | which files are temp files. |
| 12575 | (server-edit): Call it. | 12575 | (server-edit): Call it. |
| 12576 | (server-temp-file-regexp): Variable that controls the function. | 12576 | (server-temp-file-regexp): Variable that controls the function. |
| 12577 | 12577 | ||
| 12578 | * * outline.el (outline-minor-mode): New command; adds outline-mode-ness | 12578 | * outline.el (outline-minor-mode): New command; adds outline-mode-ness |
| 12579 | to current major mode. | 12579 | to current major mode. |
| 12580 | (outline-heading-end-regexp): New variable; how to find end of heading. | 12580 | (outline-heading-end-regexp): New variable; how to find end of heading. |
| 12581 | (outline-end-of-heading): Move fwd to end of heading. | 12581 | (outline-end-of-heading): Move fwd to end of heading. |
| @@ -12586,7 +12586,7 @@ | |||
| 12586 | 1988-09-15 Richard Stallman (rms@mole.ai.mit.edu) | 12586 | 1988-09-15 Richard Stallman (rms@mole.ai.mit.edu) |
| 12587 | 12587 | ||
| 12588 | * compile.el (grep): Use grep-command for program. | 12588 | * compile.el (grep): Use grep-command for program. |
| 12589 | * * loaddefs.el (grep-command): New variable. | 12589 | * loaddefs.el (grep-command): New variable. |
| 12590 | (compile-command): Moved to compile.el. | 12590 | (compile-command): Moved to compile.el. |
| 12591 | 12591 | ||
| 12592 | * c-mode.el (electric-c-terminator): Make insertpos a marker. | 12592 | * c-mode.el (electric-c-terminator): Make insertpos a marker. |