diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/buffers.texi | 10 | ||||
-rw-r--r-- | doc/emacs/frames.texi | 15 | ||||
-rw-r--r-- | doc/emacs/haiku.texi | 10 | ||||
-rw-r--r-- | doc/emacs/search.texi | 3 |
4 files changed, 20 insertions, 18 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 8a8584689fc..94e9d2760ec 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -629,7 +629,6 @@ buffer, but killing an indirect buffer has no effect on its base buffer. One way to use indirect buffers is to display multiple views of an outline. @xref{Outline Views}. -@vindex clone-indirect-buffer-hook A quick and handy way to make an indirect buffer is with the command @kbd{M-x clone-indirect-buffer}. It creates and selects an indirect buffer whose base buffer is the current buffer. With a numeric @@ -637,14 +636,19 @@ argument, it prompts for the name of the indirect buffer; otherwise it uses the name of the current buffer, with a @samp{<@var{n}>} suffix added. @kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window}) works like @kbd{M-x clone-indirect-buffer}, but it selects the new -buffer in another window. These functions run the hook -@code{clone-indirect-buffer-hook} after creating the indirect buffer. +buffer in another window. The more general way to make an indirect buffer is with the command @kbd{M-x make-indirect-buffer}. It creates an indirect buffer named @var{indirect-name} from a buffer @var{base-buffer}, prompting for both using the minibuffer. +@vindex clone-indirect-buffer-hook + The functions that create indirect buffers run the hook +@code{clone-indirect-buffer-hook} after creating the indirect buffer. +When this hook runs, the newly created indirect buffer is the current +buffer. + @node Buffer Convenience @section Convenience Features and Customization of Buffer Handling diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index c641b8ccb14..29edbe98633 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1633,13 +1633,14 @@ Parameters,,, elisp, The Emacs Lisp Reference Manual}, and also For additional customization options for displaying tooltips, use @kbd{M-x customize-group @key{RET} tooltip @key{RET}}. -@vindex x-gtk-use-system-tooltips - If Emacs is built with GTK+ support, it displays tooltips via GTK+, -using the default appearance of GTK+ tooltips. To disable this, -change the variable @code{x-gtk-use-system-tooltips} to @code{nil}. -If you do this, or if Emacs is built without GTK+ support, most -attributes of the tooltip text are specified by the @code{tooltip} -face, and by X resources (@pxref{X Resources}). +@vindex use-system-tooltips + If Emacs is built with the GTK+ toolkit or Haiku windowing support, +it displays tooltips via the toolkit, using the default appearance of +the toolkit's tooltips. To disable this, change the variable +@code{use-system-tooltips} to @code{nil}. If you do this, or if Emacs +is built without GTK+ or Haiku windowing support, most attributes of +the tooltip text are specified by the @code{tooltip} face, and by X +resources (@pxref{X Resources}). @dfn{GUD tooltips} are special tooltips that show the values of variables when debugging a program with GUD@. @xref{Debugger diff --git a/doc/emacs/haiku.texi b/doc/emacs/haiku.texi index eeae379e06a..ac631a39a69 100644 --- a/doc/emacs/haiku.texi +++ b/doc/emacs/haiku.texi @@ -85,16 +85,12 @@ instead. @cindex tooltips (haiku) @cindex haiku tooltips -@vindex haiku-use-system-tooltips On Haiku, Emacs defaults to using the system tooltip mechanism. This usually leads to more responsive tooltips, but the tooltips will not be able to display text properties or faces. If you need those -features, customize the variable @code{haiku-use-system-tooltips} to -the nil value, and Emacs will use its own implementation of tooltips. - - Both system tooltips and Emacs's own tooltips cannot display above -the menu bar, so help text in the menu bar will display in the echo -area instead. +features, customize the variable @code{use-system-tooltips} to the +@code{nil} value, and Emacs will use its own implementation of +tooltips. @cindex X resources on Haiku Unlike the X window system, Haiku does not have a system-wide diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index fa1b0eee7c3..a57cfac8daf 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -463,14 +463,15 @@ transient input method (@pxref{transient input method}) with @kbd{C-x \} (@code{isearch-transient-input-method}) to insert a single character to the search string using an input method, and automatically disable the input method afterwards. -@end itemize +@item @findex isearch-char-by-name @kindex C-x 8 RET @r{(Incremental Search)} Type @kbd{C-x 8 @key{RET}} (@code{isearch-char-by-name}), followed by a Unicode name or code-point in hex. This adds the specified character into the search string, similar to the usual @code{insert-char} command (@pxref{Inserting Text}). +@end itemize @findex isearch-emoji-by-name @kindex C-x 8 e RET @r{(Incremental Search)} |