docs: prose edits

This commit is contained in:
Kiana Sheibani 2026-02-04 17:15:27 -05:00
parent c2da4db756
commit 5fb65ed973
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1326,7 +1326,7 @@ When a buffer has line numbers, they can interfere with the margins and make the
#'~/update-visual-fill-column-line-numbers) #'~/update-visual-fill-column-line-numbers)
#+end_src #+end_src
We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a hook We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a corresponding hook, so we have to just use ~post-command-hook~ to check after every command, which is highly redundant. Fortunately, calling this function is very cheap, as Emacs caches all the relevant values.
** Dashboard ** Dashboard
@ -4581,7 +4581,7 @@ This section is for code with little or no associated documentation. This could
1. Temporary 1. Temporary
2. Self-explanatory 2. Self-explanatory
3. Hard to categorize 3. Hard to categorize
4. Just not really worth the time it takes to write commentary 4. Generally not worth the time it takes to write commentary
** Auto-Revert Mode ** Auto-Revert Mode