eval-current-buffer, string-to-int
*** All the default-FOO variables that hold the default value of the
FOO variable. Use 'default-value' and 'setq-default' to access and
-change FOO, repectively. The exhaustive list of removed variables is:
+change FOO, respectively. The exhaustive list of removed variables is:
'default-mode-line-format', 'default-header-line-format',
'default-line-spacing', 'default-abbrev-mode', 'default-ctl-arrow',
'default-truncate-lines', 'default-left-margin', 'default-tab-width',
The implementation of that function on Mac OS X uses pathconf with the
_PC_CASE_SENSITIVE flag. There have been reports that this use of
pathconf does not work reliably. If you have a problem, please
-recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
--DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
+recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
+-D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem.
* Build-time problems
(setq candidate
(directory-file-name (file-name-directory candidate))))
;; Nothing found, so we must use a temporary file for
- ;; comparision. `make-nearby-temp-file' is added to
+ ;; comparison. `make-nearby-temp-file' is added to
;; Emacs 26+ like `file-name-case-insensitive-p', so
;; there is no compatibility problem calling it.
(unless
// verilog-auto-read-includes:t
// End:
-Or a more specific alternative example, which requires haing
+Or a more specific alternative example, which requires having
`enable-local-eval' non-nil:
// Local Variables:
There have been reports that pathconf with _PC_CASE_SENSITIVE
does not work reliably on Mac OS X. If you have a problem,
- please recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
- -DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
+ please recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
+ -D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem. */
#ifdef _PC_CASE_INSENSITIVE
else if (p->outfd < 0)
{
/* The counterparty may have closed the connection (especially
- if the NSM promt above take a long time), so recheck the file
+ if the NSM prompt above take a long time), so recheck the file
descriptor here. */
pset_status (p, Qfailed);
deactivate_process (proc);