diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/w32fns.c | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
Diffstat (limited to 'src/w32fns.c')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 9a22601dbd4..df229789d55 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6841,7 +6841,7 @@ Value is t if tooltip was open, nil otherwise. */) | |||
| 6841 | ***********************************************************************/ | 6841 | ***********************************************************************/ |
| 6842 | extern Lisp_Object Qfile_name_history; | 6842 | extern Lisp_Object Qfile_name_history; |
| 6843 | 6843 | ||
| 6844 | /* Callback for altering the behaviour of the Open File dialog. | 6844 | /* Callback for altering the behavior of the Open File dialog. |
| 6845 | Makes the Filename text field contain "Current Directory" and be | 6845 | Makes the Filename text field contain "Current Directory" and be |
| 6846 | read-only when "Directories" is selected in the filter. This | 6846 | read-only when "Directories" is selected in the filter. This |
| 6847 | allows us to work around the fact that the standard Open File | 6847 | allows us to work around the fact that the standard Open File |