]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/edt-mapper.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / emulation / edt-mapper.el
index 9e3667e7a8ff34c387ce73734f34cc2a379a2cb2..c002ecfd2ffae92fbcbeb225c87db061b491c7a3 100644 (file)
 ;;;  Determine Window System, and X Server Vendor (if appropriate).
 ;;;
 (defconst edt-window-system (if (featurep 'xemacs) (console-type) window-system)
-  "Indicates window system \(in GNU Emacs\) or console type \(in XEmacs\).")
+  "Indicates window system (in GNU Emacs) or console type (in XEmacs).")
 
 (declare-function x-server-vendor "xfns.c" (&optional terminal))