summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.3
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-18 21:39:17 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-18 21:39:17 +0000
commitfa04b275d20e389cd2be71dca347cb9e262205ac (patch)
tree1badd41acff40f29cccb219bbb4ad4895dcb6532 /lisp/ChangeLog.3
parenta41deb9f14bc830372e2d22d38d7930e0e1cd53d (diff)
downloademacs-fa04b275d20e389cd2be71dca347cb9e262205ac.tar.gz
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.3')
-rw-r--r--lisp/ChangeLog.312
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 @@
1988-09-19 Richard Stallman (rms@mole.ai.mit.edu)
-* * shell.el: New commands TAB, M-n, M-p.
+ * shell.el: New commands TAB, M-n, M-p.
(shell-complete-file-name): New function.
(shell-completion-cleanup): New function, called from
kill-shell-input and shell-send-input.
(kill-output-from-shell): Kill back to last recognized prompt.
(shell-{next,prev}-command): New motion commands.
-* * text-mode.el (center-region): Don't change blank lines.
+ * text-mode.el (center-region): Don't change blank lines.
1988-09-17 Richard Stallman (rms@mole.ai.mit.edu)
-* * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
+ * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
@@ -12570,12 +12570,12 @@
via the shell.
* compile.el (compile1): Call that.
-* * server.el (server-temp-file-p): New function for recognizing
+ * server.el (server-temp-file-p): New function for recognizing
which files are temp files.
(server-edit): Call it.
(server-temp-file-regexp): Variable that controls the function.
-* * outline.el (outline-minor-mode): New command; adds outline-mode-ness
+ * outline.el (outline-minor-mode): New command; adds outline-mode-ness
to current major mode.
(outline-heading-end-regexp): New variable; how to find end of heading.
(outline-end-of-heading): Move fwd to end of heading.
@@ -12586,7 +12586,7 @@
1988-09-15 Richard Stallman (rms@mole.ai.mit.edu)
* compile.el (grep): Use grep-command for program.
-* * loaddefs.el (grep-command): New variable.
+ * loaddefs.el (grep-command): New variable.
(compile-command): Moved to compile.el.
* c-mode.el (electric-c-terminator): Make insertpos a marker.