diff options
| -rw-r--r-- | lisp/arc-mode.el | 2 | ||||
| -rw-r--r-- | lisp/woman.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 1f54b32cc06..f97ad4bf8c5 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -723,7 +723,7 @@ archive. | |||
| 723 | (string-match "\\.[aA][rR][cC]$" | 723 | (string-match "\\.[aA][rR][cC]$" |
| 724 | (or buffer-file-name (buffer-name)))) | 724 | (or buffer-file-name (buffer-name)))) |
| 725 | 'arc) | 725 | 'arc) |
| 726 | ;; This pattern modelled on the BSD/GNU+Linux `file' command. | 726 | ;; This pattern modeled on the BSD/GNU+Linux `file' command. |
| 727 | ;; Have seen capital "LHA's", and file has lower case "LHa's" too. | 727 | ;; Have seen capital "LHA's", and file has lower case "LHa's" too. |
| 728 | ;; Note this regexp is also in archive-exe-p. | 728 | ;; Note this regexp is also in archive-exe-p. |
| 729 | ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe) | 729 | ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe) |
diff --git a/lisp/woman.el b/lisp/woman.el index 5f0b94a1f6e..18cb2319c04 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -234,7 +234,7 @@ | |||
| 234 | ;; The *WoMan-Log* buffer | 234 | ;; The *WoMan-Log* buffer |
| 235 | ;; ====================== | 235 | ;; ====================== |
| 236 | 236 | ||
| 237 | ;; This is modelled on the byte-compiler. It logs all files formatted | 237 | ;; This is modeled on the byte-compiler. It logs all files formatted |
| 238 | ;; by WoMan, and if WoMan finds anything that it cannot handle then it | 238 | ;; by WoMan, and if WoMan finds anything that it cannot handle then it |
| 239 | ;; writes a warning to this buffer. If the variable `woman-show-log' | 239 | ;; writes a warning to this buffer. If the variable `woman-show-log' |
| 240 | ;; is non-nil (by default it is `nil') then WoMan automatically | 240 | ;; is non-nil (by default it is `nil') then WoMan automatically |