Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5618fbd2
Commit
5618fbd2
authored
Jun 27, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
American English spelling fix.
parent
8e0214ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/arc-mode.el
lisp/arc-mode.el
+1
-1
lisp/woman.el
lisp/woman.el
+1
-1
No files found.
lisp/arc-mode.el
View file @
5618fbd2
...
...
@@ -723,7 +723,7 @@ archive.
(
string-match
"\\.[aA][rR][cC]$"
(
or
buffer-file-name
(
buffer-name
))))
'arc
)
;; This pattern model
l
ed on the BSD/GNU+Linux `file' command.
;; This pattern modeled on the BSD/GNU+Linux `file' command.
;; Have seen capital "LHA's", and file has lower case "LHa's" too.
;; Note this regexp is also in archive-exe-p.
((
looking-at
"MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX "
)
'lzh-exe
)
...
...
lisp/woman.el
View file @
5618fbd2
...
...
@@ -234,7 +234,7 @@
;; The *WoMan-Log* buffer
;; ======================
;; This is model
l
ed on the byte-compiler. It logs all files formatted
;; This is modeled on the byte-compiler. It logs all files formatted
;; by WoMan, and if WoMan finds anything that it cannot handle then it
;; writes a warning to this buffer. If the variable `woman-show-log'
;; is non-nil (by default it is `nil') then WoMan automatically
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment