emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Sat, 18 Feb 2006 23:31:17 +0000

Index: emacs/lisp/help-fns.el
diff -u emacs/lisp/help-fns.el:1.85 emacs/lisp/help-fns.el:1.86
--- emacs/lisp/help-fns.el:1.85 Thu Jan 26 17:55:32 2006
+++ emacs/lisp/help-fns.el      Sat Feb 18 23:31:17 2006
@@ -252,6 +252,7 @@
                          "\\)"
                          "\\(?:es\\|s\\|th\\)?"  ; for ARGth, ARGs
                          "\\(?:-[a-z0-9-]+\\)?"  ; for ARG-xxx, ARG-n
+                         "\\(?:-[{([<`\"].*?\\)?"; for ARG-{x}, (x), <x>, [x], 
`x'
                          "\\>")                  ; end of word
                  (help-default-arg-highlight arg)
                  doc t t 1)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]