diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 18:47:25 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 18:47:25 +0100 |
commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /doc/emacs/modes.texi | |
parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz |
Fix typos.
Diffstat (limited to 'doc/emacs/modes.texi')
-rw-r--r-- | doc/emacs/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index d82423a73b4..5a786be62cf 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -368,7 +368,7 @@ compares the text at the start of the buffer to the variable @code{magic-mode-alist}, described above, except that is consulted only after @code{auto-mode-alist}. By default, @code{magic-fallback-mode-alist} contains forms that check for image -files, HTML/XML/SGML files, and Postscript files. +files, HTML/XML/SGML files, and PostScript files. @vindex major-mode Once a major mode is chosen, Emacs sets the value of the variable |