@vindex w32-enable-caps-lock
If the variable @code{w32-enable-caps-lock} is set to a @code{nil}
value, the @key{CapsLock} key produces the symbol @code{capslock}
-instead of the shifted version of they keys. The default value is
+instead of the shifted version of typed keys. The default value is
@code{t}.
@vindex w32-enable-num-lock
+++
** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
-can be used for creation of temporary files of remote or mounted directories.
+can be used for creation of temporary files on remote or mounted directories.
+++
** On GNU platforms when operating on a local file, 'file-attributes'
or its files before 'delete-directory' gets to them.
+++
-*** New error type 'user-search-failed' like 'search-failed' but
+** New error type 'user-search-failed' like 'search-failed' but
avoids debugger like 'user-error'.
+++
;;;; Commonly needed location classes are defined here:
;; FIXME: might be useful to have an optional "hint" i.e. a string to
-;; search for in case the line number is sightly out of date.
+;; search for in case the line number is slightly out of date.
(defclass xref-file-location (xref-location)
((file :type string :initarg :file)
(line :type fixnum :initarg :line :reader xref-location-line)
(project-external-roots pr)))))
(cl-defgeneric xref-backend-apropos (backend pattern)
- "Find all symbols that match PATTERN.
-PATTERN is a regexp")
+ "Find all symbols that match regexp PATTERN.")
(cl-defgeneric xref-backend-identifier-at-point (_backend)
"Return the relevant identifier at point.
;;;###autoload
(defun vc-print-branch-log (branch)
+ "Show the change log for BRANCH in a window."
(interactive
(list
(vc-read-revision "Branch to log: ")))
in narrower windows.
Instead of setting this variable directly, most users should use
-Visual Line mode . Visual Line mode, when enabled, sets `word-wrap'
+Visual Line mode. Visual Line mode, when enabled, sets `word-wrap'
to t, and additionally redefines simple editing commands to act on
visual lines rather than logical lines. See the documentation of
`visual-line-mode'. */);