(scribe-mode): Doc-fix.
This commit is contained in:
parent
39783d73ec
commit
a3f8903ea9
2 changed files with 17 additions and 12 deletions
|
@ -1,22 +1,27 @@
|
|||
1999-11-13 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* textmodes/scribe.el (scribe-mode): Doc-fix.
|
||||
|
||||
1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
|
||||
|
||||
* net-utils.el (run-network-program, net-utils-run-program):
|
||||
Use the new backquote syntax.
|
||||
(smbclient-program, smbclient-program-options, smbclient-prompt-regexp,
|
||||
smbclient-font-lock-keywords): New variables
|
||||
* net-utils.el (run-network-program, net-utils-run-program): Use
|
||||
the new backquote syntax.
|
||||
(smbclient-program, smbclient-program-options)
|
||||
(smbclient-prompt-regexp, smbclient-font-lock-keywords): New
|
||||
variables
|
||||
(smbclient, smbclient-list-shares): New functions
|
||||
|
||||
1999-11-12 Sam Steingold <sds@ksp.com>
|
||||
|
||||
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
|
||||
viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair,
|
||||
viper-kbd-buf-definition, viper-kbd-mode-alist,
|
||||
viper-kbd-mode-pair, viper-kbd-mode-definition,
|
||||
viper-kbd-global-pair, viper-kbd-global-definition):
|
||||
* emulation/viper-init.el (viper-deflocalvar, viper-loop)
|
||||
(viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
|
||||
(viper-kbd-buf-definition, viper-kbd-mode-alist)
|
||||
(viper-kbd-mode-pair, viper-kbd-mode-definition)
|
||||
(viper-kbd-global-pair, viper-kbd-global-definition):
|
||||
Use the new backquote syntax.
|
||||
|
||||
* emulation/viper-cmd.el (viper-test-com-defun,
|
||||
viper-prefix-arg-value, viper-prefix-arg-com):
|
||||
* emulation/viper-cmd.el (viper-test-com-defun)
|
||||
(viper-prefix-arg-value, viper-prefix-arg-com):
|
||||
Use the new backquote syntax.
|
||||
|
||||
* emacs-lisp/debug.el (debugger-env-macro):
|
||||
|
|
|
@ -112,7 +112,7 @@ These should match up with `scribe-open-parenthesis'.")
|
|||
;;;###autoload
|
||||
(defun scribe-mode ()
|
||||
"Major mode for editing files of Scribe (a text formatter) source.
|
||||
Scribe-mode is similar text-mode, with a few extra commands added.
|
||||
Scribe-mode is similar to text-mode, with a few extra commands added.
|
||||
\\{scribe-mode-map}
|
||||
|
||||
Interesting variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue