/[emacs]/emacs/lisp/man.el
ViewVC logotype

Diff of /emacs/lisp/man.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.144 by eliz, Sat Mar 19 14:36:43 2005 UTC revision 1.145 by eliz, Wed Apr 27 12:38:32 2005 UTC
# Line 387  Otherwise, the value is whatever the fun Line 387  Otherwise, the value is whatever the fun
387    (let ((table (copy-syntax-table (standard-syntax-table))))    (let ((table (copy-syntax-table (standard-syntax-table))))
388      (modify-syntax-entry ?. "w" table)      (modify-syntax-entry ?. "w" table)
389      (modify-syntax-entry ?_ "w" table)      (modify-syntax-entry ?_ "w" table)
390        (modify-syntax-entry ?: "w" table)  ; for PDL::Primitive in Perl man pages
391      table)      table)
392    "Syntax table used in Man mode buffers.")    "Syntax table used in Man mode buffers.")
393    

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26