mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typos.
This commit is contained in:
parent
dcecfb4cb4
commit
c701515351
102 changed files with 192 additions and 168 deletions
|
|
@ -103,7 +103,7 @@ If TAB is nil, then always return t."
|
|||
(let ((proj (oref tab :project)))
|
||||
;; Return t if the project wasn't set.
|
||||
(if (not proj) t
|
||||
;; If the project directory was set, lets check it.
|
||||
;; If the project directory was set, let's check it.
|
||||
(let ((dd (expand-file-name default-directory))
|
||||
(projexp (regexp-quote (directory-file-name proj))))
|
||||
(if (string-match (concat "^" projexp) dd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue