diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/minibuffer-contents.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/minibuffer-contents.html')
| -rw-r--r-- | devdocs/elisp/minibuffer-contents.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devdocs/elisp/minibuffer-contents.html b/devdocs/elisp/minibuffer-contents.html deleted file mode 100644 index a305ca8c..00000000 --- a/devdocs/elisp/minibuffer-contents.html +++ /dev/null @@ -1,18 +0,0 @@ - <h3 class="section">Minibuffer Contents</h3> <p>These functions access the minibuffer prompt and contents. </p> <dl> <dt id="minibuffer-prompt">Function: <strong>minibuffer-prompt</strong> -</dt> <dd><p>This function returns the prompt string of the currently active minibuffer. If no minibuffer is active, it returns <code>nil</code>. </p></dd> -</dl> <dl> <dt id="minibuffer-prompt-end">Function: <strong>minibuffer-prompt-end</strong> -</dt> <dd><p>This function returns the current position of the end of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns the minimum valid buffer position. </p></dd> -</dl> <dl> <dt id="minibuffer-prompt-width">Function: <strong>minibuffer-prompt-width</strong> -</dt> <dd><p>This function returns the current display-width of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns zero. </p></dd> -</dl> <dl> <dt id="minibuffer-contents">Function: <strong>minibuffer-contents</strong> -</dt> <dd><p>This function returns the editable contents of the minibuffer (that is, everything except the prompt) as a string, if a minibuffer is current. Otherwise, it returns the entire contents of the current buffer. </p></dd> -</dl> <dl> <dt id="minibuffer-contents-no-properties">Function: <strong>minibuffer-contents-no-properties</strong> -</dt> <dd><p>This is like <code>minibuffer-contents</code>, except that it does not copy text properties, just the characters themselves. See <a href="text-properties">Text Properties</a>. </p></dd> -</dl> <dl> <dt id="delete-minibuffer-contents">Command: <strong>delete-minibuffer-contents</strong> -</dt> <dd><p>This command erases the editable contents of the minibuffer (that is, everything except the prompt), if a minibuffer is current. Otherwise, it erases the entire current buffer. </p></dd> -</dl><div class="_attribution"> - <p class="_attribution-p"> - Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> - <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffer-Contents.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffer-Contents.html</a> - </p> -</div> |
