diff src/buffer.c @ 3143:8273ffbc92cd

[xemacs-hg @ 2005-12-17 21:04:15 by aidan] standard-syntax-table, standard-category-table are not in Lisp
author aidan
date Sat, 17 Dec 2005 21:04:16 +0000
parents 141c2920ea48
children d674024a8674
line wrap: on
line diff
--- a/src/buffer.c	Sat Dec 17 19:47:03 2005 +0000
+++ b/src/buffer.c	Sat Dec 17 21:04:16 2005 +0000
@@ -1710,8 +1710,8 @@
 Switch to Fundamental mode by killing current buffer's local variables.
 Most local variable bindings are eliminated so that the default values
 become effective once more.  Also, the syntax table is set from
-`standard-syntax-table', the category table is set from
-`standard-category-table' (if support for Mule exists), local keymap is set
+the standard syntax table, the category table is set from the
+standard category table (if support for Mule exists), local keymap is set
 to nil, the abbrev table is set from `fundamental-mode-abbrev-table',
 and all specifier specifications whose locale is the current buffer
 are removed.  This function also forces redisplay of the modeline.