aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Belaïche2015-10-09 07:52:15 +0200
committerVincent Belaïche2015-10-09 07:52:15 +0200
commit424072f752ad7928b2be560e9d5dbadf82f62228 (patch)
tree492f73288e66b9e4875c2d939fcdf2c6729c5f3c
parent111cebc0c7b86c1ce3507a32e19de5a32a9d2225 (diff)
downloademacs-424072f752ad7928b2be560e9d5dbadf82f62228.tar.gz
emacs-424072f752ad7928b2be560e9d5dbadf82f62228.zip
Typo in example
* autotype.texi (Skeletons as Abbrevs): "if" -> "ifst" in the example.
-rw-r--r--doc/misc/autotype.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index a147d4bdeb3..f7c1fa1a9e0 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -200,7 +200,7 @@ the output from @kbd{M-x list-abbrevs} to make it look like this:
200 200
201@example 201@example
202(c-mode-abbrev-table) 202(c-mode-abbrev-table)
203"if" 0 "" c-if 203"ifst" 0 "" c-if
204@end example 204@end example
205 205
206@noindent 206@noindent