mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-27
78eacf31e8; Fix many typos in symbols in docs and commentsd5d12707d6* doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug... # Conflicts: # lisp/allout.el # lisp/progmodes/ebrowse.el
This commit is contained in:
commit
726eb835dd
61 changed files with 88 additions and 85 deletions
|
|
@ -215,7 +215,7 @@ the ordering list `autoconf-preferred-macro-order'."
|
|||
(defun autoconf-insert-new-macro (macro &optional param)
|
||||
"Add a call to MACRO in the current autoconf file.
|
||||
Deals with macro order. See `autoconf-preferred-macro-order' and
|
||||
`autoconf-multi-macros'.
|
||||
`autoconf-multiple-macros'.
|
||||
Optional argument PARAM is the parameter to pass to the macro as one string."
|
||||
(cond ((member macro autoconf-multiple-macros)
|
||||
;; This occurs multiple times
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
;;
|
||||
;; Detection comes in multiple forms:
|
||||
;;
|
||||
;; `ede-detect-scan-directory-for-project' -
|
||||
;; `ede--detect-scan-directory-for-project' -
|
||||
;; Scan for a project via the file system.
|
||||
;; `ede-detect-directory-for-project' -
|
||||
;; Check our file cache for a project. If that fails, use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue