diff options
| author | Richard M. Stallman | 1997-04-22 04:32:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-22 04:32:00 +0000 |
| commit | c60e7b0d7c505f1d60b514918a60508aebd55ae6 (patch) | |
| tree | 53cec484bb67b2d78efc6e85baad1f61275cde07 | |
| parent | 85340a068c2685d6bcfc568adc607cf0a37c9f9a (diff) | |
| download | emacs-c60e7b0d7c505f1d60b514918a60508aebd55ae6.tar.gz emacs-c60e7b0d7c505f1d60b514918a60508aebd55ae6.zip | |
(sgml-transformation): Fix previous change.
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 5102e87b024..ca86fee221d 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (defcustom sgml-transformation nil | 39 | (defcustom sgml-transformation nil |
| 40 | "*Default value for `skeleton-transformation' (which see) in SGML mode." | 40 | "*Default value for `skeleton-transformation' (which see) in SGML mode." |
| 41 | :type 'function | 41 | :type 'function |
| 42 | :group sgml) | 42 | :group 'sgml) |
| 43 | 43 | ||
| 44 | (put 'sgml-transformation 'variable-interactive | 44 | (put 'sgml-transformation 'variable-interactive |
| 45 | "aTransformation function: ") | 45 | "aTransformation function: ") |