diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-06-26 17:30:17 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-06-26 17:30:17 +0200 |
commit | 30b14bb52c852e1faa521e2d6e58d6aef01bdf71 (patch) | |
tree | b3cbbce7a0e26063bb56a90ffd80893135664002 | |
parent | 2999a8d1d0ba315799beddfe8465edcc7681650b (diff) |
readme
-rw-r--r-- | README.org | 4 | ||||
-rw-r--r-- | mastodon.info | 4 | ||||
-rw-r--r-- | mastodon.texi | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -236,7 +236,7 @@ value of that hook is as follows: | =C-c C-l= | Set toot language | |---------+----------------------------------| -**** autocompletion of mentions and tags +**** Autocompletion of mentions and tags Autocompletion of mentions and tags is provided by =completion-at-point-functions= (capf) backends. @@ -382,7 +382,7 @@ to your translator function as its text argument. Here's what (message "No toot to translate?")))) #+end_src -*** bookmarks and =mastodon.el= +*** Bookmarks and =mastodon.el= =mastodon.el= doesn’t currently implement its own bookmark record and handler, which means that emacs bookmarks will not work as is. Until we implement them, diff --git a/mastodon.info b/mastodon.info index 7801b69..caae4d9 100644 --- a/mastodon.info +++ b/mastodon.info @@ -334,7 +334,7 @@ is as follows: ‘C-c C-p’ Create a poll ‘C-c C-l’ Set toot language - 2. autocompletion of mentions and tags + 2. Autocompletion of mentions and tags Autocompletion of mentions and tags is provided by ‘completion-at-point-functions’ (capf) backends. @@ -668,7 +668,7 @@ Ref: Keybindings5063 Ref: Toot byline legend9636 Node: Composing toots9945 Ref: Keybindings (1)11184 -Ref: autocompletion of mentions and tags11702 +Ref: Autocompletion of mentions and tags11702 Ref: Draft toots12415 Node: Other commands and account settings12886 Node: Customization16044 diff --git a/mastodon.texi b/mastodon.texi index c962985..1f2cd14 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -418,7 +418,7 @@ value of that hook is as follows: @end multitable @item -@anchor{autocompletion of mentions and tags}autocompletion of mentions and tags +@anchor{Autocompletion of mentions and tags}Autocompletion of mentions and tags Autocompletion of mentions and tags is provided by |