]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/easy-mmode.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / emacs-lisp / easy-mmode.el
index eab22b67cd70c7ac5b18f18a1492ca11bcfb350b..56f95111ab88e9d8e1ec807b4ec8aa14fcd8ee0a 100644 (file)
@@ -136,7 +136,7 @@ BODY contains code to execute each time the mode is enabled or disabled.
 :variable PLACE        The location to use instead of the variable MODE to store
                the state of the mode.  This can be simply a different
                named variable, or a generalized variable.
-               PLACE can also be of the form \(GET . SET), where GET is
+               PLACE can also be of the form (GET . SET), where GET is
                an expression that returns the current state, and SET is
                a function that takes one argument, the new state, and
                sets it.  If you specify a :variable, this function does