diff options
| author | Juanma Barranquero | 2009-03-09 08:36:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-03-09 08:36:54 +0000 |
| commit | 18a10a2115d0e80b947f6bc2c2cf3a176b9fb937 (patch) | |
| tree | 9118af9b4cd1d10eac5ed586c49a794ad0a35e7f | |
| parent | dde2559c4359338c0126950a6207e5f08114a170 (diff) | |
| download | emacs-18a10a2115d0e80b947f6bc2c2cf3a176b9fb937.tar.gz emacs-18a10a2115d0e80b947f6bc2c2cf3a176b9fb937.zip | |
Fix typos in comment.
| -rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index 1cbfa2fd497..fa3515b5443 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -493,8 +493,8 @@ extern Lisp_Object Qfile_name_handler_alist; | |||
| 493 | where CODE1 is a code-point or a cons of code-points specifying a | 493 | where CODE1 is a code-point or a cons of code-points specifying a |
| 494 | range. | 494 | range. |
| 495 | 495 | ||
| 496 | Note that this funciton uses `openp' to open MAPFILE but ignores | 496 | Note that this function uses `openp' to open MAPFILE but ignores |
| 497 | `file-name-handler-alist to avoid running any Lisp codes. */ | 497 | `file-name-handler-alist' to avoid running any Lisp code. */ |
| 498 | 498 | ||
| 499 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | 499 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); |
| 500 | 500 | ||