branch: elpa/meow commit 4164b1f99dddcf35e34977b2e3a61d6bf393bb73 Author: G Jake Gebbie <79466605+ggeb...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update meow-tutor.el (#755) * Update meow-tutor.el * Update meow-tutor.el: typo --- meow-tutor.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meow-tutor.el b/meow-tutor.el index 28fd7c2fc0..be9745be32 100644 --- a/meow-tutor.el +++ b/meow-tutor.el @@ -326,8 +326,8 @@ * How to jump to the end of the current function quickly? 1. Move cursor to the function below marked -->. - 2. Type \\[meow-bounds-of-thing] and \"c\", then \"a\". - + 2. Type \\[meow-bounds-of-thing] and \"c\", then \\[meow-append]. + --> fn count_ones(mut n: i64) -> usize { let mut count: usize = 0; @@ -338,7 +338,7 @@ count } - Note that Meow need the major mode for the programming language + Note that Meow needs the major mode for the programming language to find functions correctly. Then if you type \\[meow-bounds-of-thing] and \"d\" to select the whole function here, it won't work. Go to your favorite programming language mode and practice!