From a46f2d6d7c3d40af55db1e2f51a8c460bca68acd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Apr 2005 12:39:44 +0000 Subject: (man-mode-syntax-table): Set up `:' to have word-constituent syntax. --- lisp/man.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/man.el') diff --git a/lisp/man.el b/lisp/man.el index 8c384028e17..712b1f30e7f 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -387,6 +387,7 @@ Otherwise, the value is whatever the function (let ((table (copy-syntax-table (standard-syntax-table)))) (modify-syntax-entry ?. "w" table) (modify-syntax-entry ?_ "w" table) + (modify-syntax-entry ?: "w" table) ; for PDL::Primitive in Perl man pages table) "Syntax table used in Man mode buffers.") -- cgit v1.2.3