diff options
| -rw-r--r-- | lisp/ChangeLog | 27 | ||||
| -rw-r--r-- | lisp/textmodes/scribe.el | 2 |
2 files changed, 17 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efebe083bd1..7d8309cfa45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,22 +1,27 @@ | |||
| 1 | 1999-11-13 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/scribe.el (scribe-mode): Doc-fix. | ||
| 4 | |||
| 1 | 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> | 5 | 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
| 2 | 6 | ||
| 3 | * net-utils.el (run-network-program, net-utils-run-program): | 7 | * net-utils.el (run-network-program, net-utils-run-program): Use |
| 4 | Use the new backquote syntax. | 8 | the new backquote syntax. |
| 5 | (smbclient-program, smbclient-program-options, smbclient-prompt-regexp, | 9 | (smbclient-program, smbclient-program-options) |
| 6 | smbclient-font-lock-keywords): New variables | 10 | (smbclient-prompt-regexp, smbclient-font-lock-keywords): New |
| 11 | variables | ||
| 7 | (smbclient, smbclient-list-shares): New functions | 12 | (smbclient, smbclient-list-shares): New functions |
| 8 | 13 | ||
| 9 | 1999-11-12 Sam Steingold <sds@ksp.com> | 14 | 1999-11-12 Sam Steingold <sds@ksp.com> |
| 10 | 15 | ||
| 11 | * emulation/viper-init.el (viper-deflocalvar, viper-loop, | 16 | * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
| 12 | viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair, | 17 | (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) |
| 13 | viper-kbd-buf-definition, viper-kbd-mode-alist, | 18 | (viper-kbd-buf-definition, viper-kbd-mode-alist) |
| 14 | viper-kbd-mode-pair, viper-kbd-mode-definition, | 19 | (viper-kbd-mode-pair, viper-kbd-mode-definition) |
| 15 | viper-kbd-global-pair, viper-kbd-global-definition): | 20 | (viper-kbd-global-pair, viper-kbd-global-definition): |
| 16 | Use the new backquote syntax. | 21 | Use the new backquote syntax. |
| 17 | 22 | ||
| 18 | * emulation/viper-cmd.el (viper-test-com-defun, | 23 | * emulation/viper-cmd.el (viper-test-com-defun) |
| 19 | viper-prefix-arg-value, viper-prefix-arg-com): | 24 | (viper-prefix-arg-value, viper-prefix-arg-com): |
| 20 | Use the new backquote syntax. | 25 | Use the new backquote syntax. |
| 21 | 26 | ||
| 22 | * emacs-lisp/debug.el (debugger-env-macro): | 27 | * emacs-lisp/debug.el (debugger-env-macro): |
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el index 809992629f6..0123ce82d5f 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el | |||
| @@ -112,7 +112,7 @@ These should match up with `scribe-open-parenthesis'.") | |||
| 112 | ;;;###autoload | 112 | ;;;###autoload |
| 113 | (defun scribe-mode () | 113 | (defun scribe-mode () |
| 114 | "Major mode for editing files of Scribe (a text formatter) source. | 114 | "Major mode for editing files of Scribe (a text formatter) source. |
| 115 | Scribe-mode is similar text-mode, with a few extra commands added. | 115 | Scribe-mode is similar to text-mode, with a few extra commands added. |
| 116 | \\{scribe-mode-map} | 116 | \\{scribe-mode-map} |
| 117 | 117 | ||
| 118 | Interesting variables: | 118 | Interesting variables: |