]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/wisent/wisent.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / cedet / semantic / wisent / wisent.el
index fb77cb3694759bc5fca3d6a809595cb97a1ae5e7..4c5274198ddde3ee4750af6343d7ba34661a5b0f 100644 (file)
@@ -364,7 +364,7 @@ automaton has only one entry point."
 
 - START specify the start symbol (nonterminal) used by the parser as
   its goal.  It defaults to the start symbol defined in the grammar
-  \(see also `wisent-compile-grammar')."
+  (see also `wisent-compile-grammar')."
   (run-hooks 'wisent-pre-parse-hook)
   (let* ((actions (aref automaton 0))
          (gotos   (aref automaton 1))