branch: elpa/casual
commit 35e5430ab0421a0ab9fbfabd0ea471e953c3464b
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>
Documentation Fixes
- Fix to install link for Casual Image.
- Add link to ImageMagick geometry specification.
---
README.org | 3 ++-
docs/image.org | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index a8bd6abb34..5d4117df6e 100644
--- a/README.org
+++ b/README.org
@@ -137,7 +137,8 @@ Configuration of a particular Casual user interface is
performed per mode. Go to
- [[file:docs/calendar.org::*Install][Calendar]]
- [[file:docs/dired.org::*Install][Dired]]
- [[file:docs/editkit.org::*Install][EditKit]]
-- [[file:docs/ibuffer.org::*Install][IBuffer]]
+- [[file:docs/ibuffer.org::*Install][IBuffer]]
+- [[file:docs/image.org::*Install][Image]]
- [[file:docs/info.org::*Install][Info]]
- [[file:docs/isearch.org::*Install][I-Search]]
- [[file:docs/re-builder.org::*Install][Re-Builder]]
diff --git a/docs/image.org b/docs/image.org
index 5c2699f6b6..dde966e8de 100644
--- a/docs/image.org
+++ b/docs/image.org
@@ -60,7 +60,7 @@ Note that if the image file has been modified, the resize
interface will be disa
[[file:images/casual-image-resize-screenshot.png]]
*** Options
-- (g) Geometry - ImageMagick specifier for the resize geometry.
+- (g) Geometry -
[[https://imagemagick.org/script/command-line-processing.php#geometry][ImageMagick
specifier]] for the resize geometry.
- (o) Output to another file - If enabled, then the user will be prompted for
a different output file, else it will /irreversibly/ update the current image
file.
- (t) Type - Specify if /adaptive/ or /interpolative/ resizing should be used.
If nothing is specified then /standard/ resizing is used.