]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/mode-local.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / cedet / mode-local.el
index edf7647712fdd2ccb169a41c7c6932428be01f4b..8736a4ff93c799ec83fb3f28c09248aced6a9047 100644 (file)
@@ -604,7 +604,7 @@ PROMPT, INITIAL, HIST, and DEFAULT are the same as for `completing-read'."
 ;;
 (defun overload-docstring-extension (overload)
   "Return the doc string that augments the description of OVERLOAD."
-  (let ((doc "\n\This function can be overloaded\
+  (let ((doc "\nThis function can be overloaded\
  with `define-mode-local-override'.")
         (sym (overload-obsoleted-by overload)))
     (when sym