diff options
| author | Alex Kost <alezost@gmail.com> | 2016-12-10 19:56:20 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2016-12-12 20:48:17 +0300 |
| commit | 46ec83c1f6366ff3a1cc3bcec7eb8cbce8711a1c (patch) | |
| tree | 7607fa77547b7d52481e1579ba7c0d97394799c3 | |
| parent | elisp/devel: Add 'guix-devel-download-package-source' (diff) | |
| download | guix-wigust-46ec83c1f6366ff3a1cc3bcec7eb8cbce8711a1c.tar.gz | |
doc: Minor improvements in "Development" chapter
* doc/emacs-guix.texi (Top): Rephrase description of "Development"
chapter.
(Development): Add "M-x" before the command.
| -rw-r--r-- | doc/emacs-guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs-guix.texi b/doc/emacs-guix.texi index 4943564..1dbd4bb 100644 --- a/doc/emacs-guix.texi +++ b/doc/emacs-guix.texi @@ -54,7 +54,7 @@ A copy of the license is available at * Prettify Mode:: Abbreviating @file{/gnu/store/@dots{}} file names. * Build Log Mode:: Highlighting Guix build logs. * Completions:: Completing @command{guix} shell command. -* Development:: Tools for Guix developers. +* Development:: Highlighting and tools for Guix code. * Hydra:: Interface for the Guix build farm. Indexes @@ -955,8 +955,8 @@ something: @findex guix-devel-mode If you often work with Guix package files, you may want to see some highlighting and to have some indentation rules specific for Guix -keywords. There is a minor mode to help you---@code{guix-devel-mode}. -It can be enabled in Scheme buffers like this: +keywords. There is a minor mode to help you---@kbd{M-x +guix-devel-mode}. It can be enabled in Scheme buffers like this: @example (add-hook 'scheme-mode-hook 'guix-devel-mode) |
