summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-16 18:47:25 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-16 18:47:25 +0100
commit7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch)
tree334fa246f6537c6fbdb73be78c873416b2b9bf44 /lib-src
parent10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff)
downloademacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz
Fix typos.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/etags.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e1afec18bd7..c763d7dce39 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -4634,9 +4634,9 @@
1997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
- * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
- (Postscript_suffixes): .ps is Postscript.
- (lang_names): Add Postscript.
+ * etags.c (Cplusplus_suffixes): .pdb is PostScript with C syntax.
+ (Postscript_suffixes): .ps is PostScript.
+ (lang_names): Add postscript.
(Postscript_functions): New function.
(TEX_decode_env): Close minor memory leak.
(just_read_file): Correct the char number of the tag.
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 5bd8077265f..b739e8f00c5 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -611,7 +611,7 @@ using `--declarations'.";
static const char *Cplusplus_suffixes [] =
{ "C", "c++", "cc", "cpp", "cxx", "H", "h++", "hh", "hpp", "hxx",
"M", /* Objective C++ */
- "pdb", /* Postscript with C syntax */
+ "pdb", /* PostScript with C syntax */
NULL };
static const char Cplusplus_help [] =
"In C++ code, all the tag constructs of C code are tagged. (Use\n\
@@ -4846,7 +4846,7 @@ Lua_functions (FILE *inf)
/*
- * Postscript tags
+ * PostScript tags
* Just look for lines where the first character is '/'
* Also look at "defineps" for PSWrap
* Ideas by: